Html Css Color HEX #CF2DC0 Fuchsia

📋 copy color: '#CF2DC0'

red 207 ◦ green 45 ◦ blue 192

#CF2DC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CF2DC0

Tints of Fuchsia #CF2DC0

RGB

 RED value IS 207 (81.25% from 255) = 46.62%

 GREEN value IS 45 (17.97% from 255) = 10.14%

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 46.62%
G = 10.14%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF2DC0 (or 0xCF2DC0) is known color: Fuchsia. HEX triplet: CF, 2D and C0. RGB value is (207,45,192). Sum of RGB (Red+Green+Blue) = 207+45+192=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DC0 is #30D23F. Grayscale: #6D6D6D. Windows color (decimal): -3199552 or 12594639. OLE color: 12594639.

HSL color Cylindrical-coordinate representation of color #CF2DC0: hue angle of 305.56º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DC0 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 45 192 -
CMYK 0 0.78 0.07 0.19
HSL 305.56º 0.64% 0.49% -
HSV(B) 305.56º 0.78% 0.81% -
XYZ 36.18 18.95 51.62 -
YUV 110.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 207 45 192 0 0.78 0.07 0.19 305.56 0.64 0.49
Hex CF 2D C0 0 4E 7 13 132 40 31
Octal 317 55 300 0 116 7 23 462 100 61
Binary 11001111 101101 11000000 0 1001110 111 10011 100110010 1000000 110001

Color Harmonies of #CF2DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2DC0

Black with #CF2DC0

Text Example


Text Example

White with #CF2DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2DC0; }

 p { color: rgb(207,45,192); }

 H1.HeaderClassName
 {
   color: #CF2DC0;
 }
 .AnyTagClassName
 {
   color: #CF2DC0;
 }
</style>

background-color css

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

 a { background-color: rgb(207,45,192); }

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

border-color css

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

 span { border-color: rgb(207,45,192); }

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