Html Css Color HEX #CC0CF8 Electric Purple

📋 copy color: '#CC0CF8'

red 204 ◦ green 12 ◦ blue 248

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

Shades of Electric Purple #CC0CF8

Tints of Electric Purple #CC0CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 43.97%
G = 2.59%
B = 53.45%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC0CF8 (or 0xCC0CF8) is known color: Electric Purple. HEX triplet: CC, 0C and F8. RGB value is (204,12,248). Sum of RGB (Red+Green+Blue) = 204+12+248=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC0CF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CF8 is #33F307. Grayscale: #5F5F5F. Windows color (decimal): -3404552 or 16256204. OLE color: 16256204.

HSL color Cylindrical-coordinate representation of color #CC0CF8: hue angle of 288.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CF8 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 12 248 -
CMYK 0.18 0.95 0 0.03
HSL 288.81º 0.94% 0.51% -
HSV(B) 288.81º 0.95% 0.97% -
XYZ 41.98 19.88 90.43 -
YUV 96.31 213.61 204.81 -
System Red Green Blue C M Y K H S L
Decimal 204 12 248 0.18 0.95 0 0.03 288.81 0.94 0.51
Hex CC C F8 12 5F 0 3 121 5E 33
Octal 314 14 370 22 137 0 3 441 136 63
Binary 11001100 1100 11111000 10010 1011111 0 11 100100001 1011110 110011

Color Harmonies of #CC0CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CF8

Black with #CC0CF8

Text Example


Text Example

White with #CC0CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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