Html Css Color HEX #CC02FE Electric Purple

📋 copy color: '#CC02FE'

red 204 ◦ green 2 ◦ blue 254

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

Shades of Electric Purple #CC02FE

Tints of Electric Purple #CC02FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 44.35%
G = 0.43%
B = 55.22%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC02FE (or 0xCC02FE) is known color: Electric Purple. HEX triplet: CC, 02 and FE. RGB value is (204,2,254). Sum of RGB (Red+Green+Blue) = 204+2+254=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC02FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02FE is #33FD01. Grayscale: #5A5A5A. Windows color (decimal): -3407106 or 16646860. OLE color: 16646860.

HSL color Cylindrical-coordinate representation of color #CC02FE: hue angle of 288.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02FE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 2 254 -
CMYK 0.20 0.99 0 0.00
HSL 288.1º 0.99% 0.5% -
HSV(B) 288.1º 0.99% 1% -
XYZ 42.81 20.04 95.38 -
YUV 91.13 219.92 208.51 -
System Red Green Blue C M Y K H S L
Decimal 204 2 254 0.20 0.99 0 0.00 288.1 0.99 0.5
Hex CC 2 FE 14 63 0 0 120 63 32
Octal 314 2 376 24 143 0 0 440 143 62
Binary 11001100 10 11111110 10100 1100011 0 0 100100000 1100011 110010

Color Harmonies of #CC02FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02FE

Black with #CC02FE

Text Example


Text Example

White with #CC02FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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