Html Css Color HEX #CC0CFE Electric Purple

📋 copy color: '#CC0CFE'

red 204 ◦ green 12 ◦ blue 254

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

Shades of Electric Purple #CC0CFE

Tints of Electric Purple #CC0CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.55%

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

R = 43.4%
G = 2.55%
B = 54.04%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC0CFE (or 0xCC0CFE) is known color: Electric Purple. HEX triplet: CC, 0C and FE. RGB value is (204,12,254). Sum of RGB (Red+Green+Blue) = 204+12+254=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC0CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CFE is #33F301. Grayscale: #606060. Windows color (decimal): -3404546 or 16649420. OLE color: 16649420.

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

Color convert

RGB 204 12 254 -
CMYK 0.20 0.95 0 0.00
HSL 287.6º 0.99% 0.52% -
HSV(B) 287.6º 0.95% 1% -
XYZ 42.92 20.26 95.41 -
YUV 97 216.61 204.32 -
System Red Green Blue C M Y K H S L
Decimal 204 12 254 0.20 0.95 0 0.00 287.6 0.99 0.52
Hex CC C FE 14 5F 0 0 120 63 34
Octal 314 14 376 24 137 0 0 440 143 64
Binary 11001100 1100 11111110 10100 1011111 0 0 100100000 1100011 110100

Color Harmonies of #CC0CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CFE

Black with #CC0CFE

Text Example


Text Example

White with #CC0CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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