Html Css Color HEX #CC2DF9 Electric Purple

📋 copy color: '#CC2DF9'

red 204 ◦ green 45 ◦ blue 249

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

Shades of Electric Purple #CC2DF9

Tints of Electric Purple #CC2DF9

RGB

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

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

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

R = 40.96%
G = 9.04%
B = 50%

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

#CC2DF9 (or 0xCC2DF9) is known color: Electric Purple. HEX triplet: CC, 2D and F9. RGB value is (204,45,249). Sum of RGB (Red+Green+Blue) = 204+45+249=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 45 (17.97% from 255 or 9.04% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC2DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DF9 is #33D206. Grayscale: #737373. Windows color (decimal): -3396103 or 16330188. OLE color: 16330188.

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

Color convert

RGB 204 45 249 -
CMYK 0.18 0.82 0 0.02
HSL 286.76º 0.94% 0.58% -
HSV(B) 286.76º 0.82% 0.98% -
XYZ 42.94 21.55 91.52 -
YUV 115.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 204 45 249 0.18 0.82 0 0.02 286.76 0.94 0.58
Hex CC 2D F9 12 52 0 2 11F 5E 3A
Octal 314 55 371 22 122 0 2 437 136 72
Binary 11001100 101101 11111001 10010 1010010 0 10 100011111 1011110 111010

Color Harmonies of #CC2DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DF9

Black with #CC2DF9

Text Example


Text Example

White with #CC2DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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