Html Css Color HEX #CC2FF9 Electric Purple

📋 copy color: '#CC2FF9'

red 204 ◦ green 47 ◦ blue 249

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

Shades of Electric Purple #CC2FF9

Tints of Electric Purple #CC2FF9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.4%

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

R = 40.8%
G = 9.4%
B = 49.8%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2FF9 (or 0xCC2FF9) is known color: Electric Purple. HEX triplet: CC, 2F and F9. RGB value is (204,47,249). Sum of RGB (Red+Green+Blue) = 204+47+249=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC2FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FF9 is #33D006. Grayscale: #747474. Windows color (decimal): -3395591 or 16330700. OLE color: 16330700.

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

Color convert

RGB 204 47 249 -
CMYK 0.18 0.81 0 0.02
HSL 286.63º 0.94% 0.58% -
HSV(B) 286.63º 0.81% 0.98% -
XYZ 43.02 21.71 91.55 -
YUV 116.97 202.51 190.07 -
System Red Green Blue C M Y K H S L
Decimal 204 47 249 0.18 0.81 0 0.02 286.63 0.94 0.58
Hex CC 2F F9 12 51 0 2 11F 5E 3A
Octal 314 57 371 22 121 0 2 437 136 72
Binary 11001100 101111 11111001 10010 1010001 0 10 100011111 1011110 111010

Color Harmonies of #CC2FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FF9

Black with #CC2FF9

Text Example


Text Example

White with #CC2FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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