Html Css Color HEX #CC2CF9 Electric Purple

📋 copy color: '#CC2CF9'

red 204 ◦ green 44 ◦ blue 249

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

Shades of Electric Purple #CC2CF9

Tints of Electric Purple #CC2CF9

RGB

 RED value IS 204 (80.08% from 255) = 41.05%

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

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 41.05%
G = 8.85%
B = 50.1%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2CF9 (or 0xCC2CF9) is known color: Electric Purple. HEX triplet: CC, 2C and F9. RGB value is (204,44,249). Sum of RGB (Red+Green+Blue) = 204+44+249=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CF9 is #33D306. Grayscale: #727272. Windows color (decimal): -3396359 or 16329932. OLE color: 16329932.

HSL color Cylindrical-coordinate representation of color #CC2CF9: hue angle of 286.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2CF9 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 44 249 -
CMYK 0.18 0.82 0 0.02
HSL 286.83º 0.94% 0.57% -
HSV(B) 286.83º 0.82% 0.98% -
XYZ 42.9 21.48 91.51 -
YUV 115.21 203.51 191.33 -
System Red Green Blue C M Y K H S L
Decimal 204 44 249 0.18 0.82 0 0.02 286.83 0.94 0.57
Hex CC 2C F9 12 52 0 2 11F 5E 39
Octal 314 54 371 22 122 0 2 437 136 71
Binary 11001100 101100 11111001 10010 1010010 0 10 100011111 1011110 111001

Color Harmonies of #CC2CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CF9

Black with #CC2CF9

Text Example


Text Example

White with #CC2CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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