Html Css Color HEX #C00AEB Electric Purple

📋 copy color: '#C00AEB'

red 192 ◦ green 10 ◦ blue 235

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

Shades of Electric Purple #C00AEB

Tints of Electric Purple #C00AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 43.94%
G = 2.29%
B = 53.78%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C00AEB (or 0xC00AEB) is known color: Electric Purple. HEX triplet: C0, 0A and EB. RGB value is (192,10,235). Sum of RGB (Red+Green+Blue) = 192+10+235=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #C00AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AEB is #3FF514. Grayscale: #595959. Windows color (decimal): -4191509 or 15403712. OLE color: 15403712.

HSL color Cylindrical-coordinate representation of color #C00AEB: hue angle of 288.53º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AEB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 10 235 -
CMYK 0.18 0.96 0 0.08
HSL 288.53º 0.92% 0.48% -
HSV(B) 288.53º 0.96% 0.92% -
XYZ 36.84 17.42 80.02 -
YUV 90.07 209.8 200.7 -
System Red Green Blue C M Y K H S L
Decimal 192 10 235 0.18 0.96 0 0.08 288.53 0.92 0.48
Hex C0 A EB 12 60 0 8 121 5C 30
Octal 300 12 353 22 140 0 10 441 134 60
Binary 11000000 1010 11101011 10010 1100000 0 1000 100100001 1011100 110000

Color Harmonies of #C00AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AEB

Black with #C00AEB

Text Example


Text Example

White with #C00AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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