Html Css Color HEX #C00CE6 Electric Purple

📋 copy color: '#C00CE6'

red 192 ◦ green 12 ◦ blue 230

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

Shades of Electric Purple #C00CE6

Tints of Electric Purple #C00CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53%

R = 44.24%
G = 2.76%
B = 53%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C00CE6 (or 0xC00CE6) is known color: Electric Purple. HEX triplet: C0, 0C and E6. RGB value is (192,12,230). Sum of RGB (Red+Green+Blue) = 192+12+230=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #C00CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CE6 is #3FF319. Grayscale: #595959. Windows color (decimal): -4191002 or 15076544. OLE color: 15076544.

HSL color Cylindrical-coordinate representation of color #C00CE6: hue angle of 289.54º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CE6 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 12 230 -
CMYK 0.17 0.95 0 0.10
HSL 289.54º 0.9% 0.47% -
HSV(B) 289.54º 0.95% 0.9% -
XYZ 36.15 17.18 76.27 -
YUV 90.67 206.63 200.27 -
System Red Green Blue C M Y K H S L
Decimal 192 12 230 0.17 0.95 0 0.10 289.54 0.9 0.47
Hex C0 C E6 11 5F 0 A 122 5A 2F
Octal 300 14 346 21 137 0 12 442 132 57
Binary 11000000 1100 11100110 10001 1011111 0 1010 100100010 1011010 101111

Color Harmonies of #C00CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CE6

Black with #C00CE6

Text Example


Text Example

White with #C00CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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