Html Css Color HEX #C00AFE Electric Purple

📋 copy color: '#C00AFE'

red 192 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #C00AFE

Tints of Electric Purple #C00AFE

RGB

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

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

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

R = 42.11%
G = 2.19%
B = 55.7%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C00AFE (or 0xC00AFE) is known color: Electric Purple. HEX triplet: C0, 0A and FE. RGB value is (192,10,254). Sum of RGB (Red+Green+Blue) = 192+10+254=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #C00AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AFE is #3FF501. Grayscale: #5B5B5B. Windows color (decimal): -4191490 or 16648896. OLE color: 16648896.

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

Color convert

RGB 192 10 254 -
CMYK 0.24 0.96 0 0.00
HSL 284.75º 0.99% 0.52% -
HSV(B) 284.75º 0.96% 1% -
XYZ 39.74 18.58 95.26 -
YUV 92.23 219.3 199.16 -
System Red Green Blue C M Y K H S L
Decimal 192 10 254 0.24 0.96 0 0.00 284.75 0.99 0.52
Hex C0 A FE 18 60 0 0 11D 63 34
Octal 300 12 376 30 140 0 0 435 143 64
Binary 11000000 1010 11111110 11000 1100000 0 0 100011101 1100011 110100

Color Harmonies of #C00AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AFE

Black with #C00AFE

Text Example


Text Example

White with #C00AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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