Html Css Color HEX #CC2FF2 Electric Purple

📋 copy color: '#CC2FF2'

red 204 ◦ green 47 ◦ blue 242

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

Shades of Electric Purple #CC2FF2

Tints of Electric Purple #CC2FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 41.38%
G = 9.53%
B = 49.09%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC2FF2 (or 0xCC2FF2) is known color: Electric Purple. HEX triplet: CC, 2F and F2. RGB value is (204,47,242). Sum of RGB (Red+Green+Blue) = 204+47+242=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FF2 is #33D00D. Grayscale: #737373. Windows color (decimal): -3395598 or 15871948. OLE color: 15871948.

HSL color Cylindrical-coordinate representation of color #CC2FF2: hue angle of 288.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2FF2 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 47 242 -
CMYK 0.16 0.81 0 0.05
HSL 288.31º 0.88% 0.57% -
HSV(B) 288.31º 0.81% 0.95% -
XYZ 41.95 21.28 85.9 -
YUV 116.17 199.01 190.64 -
System Red Green Blue C M Y K H S L
Decimal 204 47 242 0.16 0.81 0 0.05 288.31 0.88 0.57
Hex CC 2F F2 10 51 0 5 120 58 39
Octal 314 57 362 20 121 0 5 440 130 71
Binary 11001100 101111 11110010 10000 1010001 0 101 100100000 1011000 111001

Color Harmonies of #CC2FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FF2

Black with #CC2FF2

Text Example


Text Example

White with #CC2FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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