#cd2fc8

Color #CD2FC8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CD2FC8

Tints of Fuchsia #CD2FC8

Color information

#CD2FC8 (or 0xCD2FC8) is unknown color: approx Fuchsia. HEX triplet: CD, 2F and C8. RGB value is (205,47,200). Sum of RGB (Red+Green+Blue) = 205+47+200=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2FC8 is #32D037. Grayscale: #6F6F6F. Windows color (decimal): -3330104 or 13119437. OLE color: 13119437.

HSL color Cylindrical-coordinate representation of color #CD2FC8: hue angle of 301.9º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2FC8 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20547200-
CMYK00.770.020.20
HSL301.9º62.7%49.41%-
HSV(B)301.9º77.07%80.39%-
XYZ36.6219.1856.42-
YUV111.68177.85194.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 47 (18.75% from 255) = 10.40%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=45.35%
G=10.40%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054720000.770.020.20301.962.749.41
HexCD2FC804D21412e3f31
Octal3155731001152244567761
Binary1100110110111111001000010011011010100100101110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd2fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd2fc8; }

 p { color: rgb(205,47,200); }

 H1.HeaderClassName
 {
   color: #cd2fc8;
 }
 .AnyTagClassName
 {
   color: #cd2fc8;
 }
</style>
background-color css

<style>
 a { background-color: #cd2fc8; }

 a { background-color: rgb(205,47,200); }

 div.DivClassName
 {
   background-color: #cd2fc8;
 }
 .BgClassName
 {
   background-color: #cd2fc8;
 }
</style>
border-color css

<style>
 span { border-color: #cd2fc8; }

 span { border-color: rgb(205,47,200); }

 td.TdClassName
 {
   border-color: #cd2fc8;
 }
 .TagClassName
 {
   border-color: #cd2fc8;
 }
</style>