Html Css Color HEX #CC02FA Electric Purple

📋 copy color: '#CC02FA'

red 204 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #CC02FA

Tints of Electric Purple #CC02FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 44.74%
G = 0.44%
B = 54.82%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC02FA (or 0xCC02FA) is known color: Electric Purple. HEX triplet: CC, 02 and FA. RGB value is (204,2,250). Sum of RGB (Red+Green+Blue) = 204+2+250=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC02FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02FA is #33FD05. Grayscale: #595959. Windows color (decimal): -3407110 or 16384716. OLE color: 16384716.

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

Color convert

RGB 204 2 250 -
CMYK 0.18 0.99 0 0.02
HSL 288.87º 0.98% 0.49% -
HSV(B) 288.87º 0.99% 0.98% -
XYZ 42.18 19.78 92.04 -
YUV 90.67 217.92 208.83 -
System Red Green Blue C M Y K H S L
Decimal 204 2 250 0.18 0.99 0 0.02 288.87 0.98 0.49
Hex CC 2 FA 12 63 0 2 121 62 31
Octal 314 2 372 22 143 0 2 441 142 61
Binary 11001100 10 11111010 10010 1100011 0 10 100100001 1100010 110001

Color Harmonies of #CC02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02FA

Black with #CC02FA

Text Example


Text Example

White with #CC02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02FA; }

 p { color: rgb(204,2,250); }

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

background-color css

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

 a { background-color: rgb(204,2,250); }

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

border-color css

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

 span { border-color: rgb(204,2,250); }

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