Html Css Color HEX #C00CEB Electric Purple

📋 copy color: '#C00CEB'

red 192 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #C00CEB

Tints of Electric Purple #C00CEB

RGB

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

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

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

R = 43.74%
G = 2.73%
B = 53.53%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C00CEB (or 0xC00CEB) is known color: Electric Purple. HEX triplet: C0, 0C and EB. RGB value is (192,12,235). Sum of RGB (Red+Green+Blue) = 192+12+235=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #C00CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CEB is #3FF314. Grayscale: #5A5A5A. Windows color (decimal): -4190997 or 15404224. OLE color: 15404224.

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

Color convert

RGB 192 12 235 -
CMYK 0.18 0.95 0 0.08
HSL 288.43º 0.9% 0.48% -
HSV(B) 288.43º 0.95% 0.92% -
XYZ 36.87 17.47 80.03 -
YUV 91.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 192 12 235 0.18 0.95 0 0.08 288.43 0.9 0.48
Hex C0 C EB 12 5F 0 8 120 5A 30
Octal 300 14 353 22 137 0 10 440 132 60
Binary 11000000 1100 11101011 10010 1011111 0 1000 100100000 1011010 110000

Color Harmonies of #C00CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CEB

Black with #C00CEB

Text Example


Text Example

White with #C00CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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