Html Css Color HEX #C00AEE Electric Purple

📋 copy color: '#C00AEE'

red 192 ◦ green 10 ◦ blue 238

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

Shades of Electric Purple #C00AEE

Tints of Electric Purple #C00AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 43.64%
G = 2.27%
B = 54.09%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C00AEE (or 0xC00AEE) is known color: Electric Purple. HEX triplet: C0, 0A and EE. RGB value is (192,10,238). Sum of RGB (Red+Green+Blue) = 192+10+238=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #C00AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AEE is #3FF511. Grayscale: #595959. Windows color (decimal): -4191506 or 15600320. OLE color: 15600320.

HSL color Cylindrical-coordinate representation of color #C00AEE: hue angle of 287.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AEE is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 10 238 -
CMYK 0.19 0.96 0 0.07
HSL 287.89º 0.92% 0.49% -
HSV(B) 287.89º 0.96% 0.93% -
XYZ 37.28 17.6 82.32 -
YUV 90.41 211.3 200.46 -
System Red Green Blue C M Y K H S L
Decimal 192 10 238 0.19 0.96 0 0.07 287.89 0.92 0.49
Hex C0 A EE 13 60 0 7 120 5C 31
Octal 300 12 356 23 140 0 7 440 134 61
Binary 11000000 1010 11101110 10011 1100000 0 111 100100000 1011100 110001

Color Harmonies of #C00AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AEE

Black with #C00AEE

Text Example


Text Example

White with #C00AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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