Html Css Color HEX #C00AFC Electric Purple

📋 copy color: '#C00AFC'

red 192 ◦ green 10 ◦ blue 252

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

Shades of Electric Purple #C00AFC

Tints of Electric Purple #C00AFC

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

 GREEN value IS 10 (4.3% from 255) = 2.2%

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 42.29%
G = 2.2%
B = 55.51%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C00AFC (or 0xC00AFC) is known color: Electric Purple. HEX triplet: C0, 0A and FC. RGB value is (192,10,252). Sum of RGB (Red+Green+Blue) = 192+10+252=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #C00AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AFC is #3FF503. Grayscale: #5B5B5B. Windows color (decimal): -4191492 or 16517824. OLE color: 16517824.

HSL color Cylindrical-coordinate representation of color #C00AFC: hue angle of 285.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AFC is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 10 252 -
CMYK 0.24 0.96 0 0.01
HSL 285.12º 0.98% 0.51% -
HSV(B) 285.12º 0.96% 0.99% -
XYZ 39.42 18.45 93.58 -
YUV 92.01 218.3 199.32 -
System Red Green Blue C M Y K H S L
Decimal 192 10 252 0.24 0.96 0 0.01 285.12 0.98 0.51
Hex C0 A FC 18 60 0 1 11D 62 33
Octal 300 12 374 30 140 0 1 435 142 63
Binary 11000000 1010 11111100 11000 1100000 0 1 100011101 1100010 110011

Color Harmonies of #C00AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AFC

Black with #C00AFC

Text Example


Text Example

White with #C00AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AFC; }

 p { color: rgb(192,10,252); }

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

background-color css

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

 a { background-color: rgb(192,10,252); }

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

border-color css

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

 span { border-color: rgb(192,10,252); }

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