Html Css Color HEX #CF2CCC Fuchsia

📋 copy color: '#CF2CCC'

red 207 ◦ green 44 ◦ blue 204

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

Shades of Fuchsia #CF2CCC

Tints of Fuchsia #CF2CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.67%

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 45.49%
G = 9.67%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF2CCC (or 0xCF2CCC) is known color: Fuchsia. HEX triplet: CF, 2C and CC. RGB value is (207,44,204). Sum of RGB (Red+Green+Blue) = 207+44+204=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CCC is #30D333. Grayscale: #6E6E6E. Windows color (decimal): -3199796 or 13380815. OLE color: 13380815.

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

Color convert

RGB 207 44 204 -
CMYK 0 0.79 0.01 0.19
HSL 301.1º 0.65% 0.49% -
HSV(B) 301.1º 0.79% 0.81% -
XYZ 37.53 19.43 58.9 -
YUV 110.98 180.5 196.49 -
System Red Green Blue C M Y K H S L
Decimal 207 44 204 0 0.79 0.01 0.19 301.1 0.65 0.49
Hex CF 2C CC 0 4F 1 13 12D 41 31
Octal 317 54 314 0 117 1 23 455 101 61
Binary 11001111 101100 11001100 0 1001111 1 10011 100101101 1000001 110001

Color Harmonies of #CF2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2CCC

Black with #CF2CCC

Text Example


Text Example

White with #CF2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2CCC; }

 p { color: rgb(207,44,204); }

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

background-color css

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

 a { background-color: rgb(207,44,204); }

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

border-color css

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

 span { border-color: rgb(207,44,204); }

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