Html Css Color HEX #C00CED Electric Purple

📋 copy color: '#C00CED'

red 192 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #C00CED

Tints of Electric Purple #C00CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 43.54%
G = 2.72%
B = 53.74%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C00CED (or 0xC00CED) is known color: Electric Purple. HEX triplet: C0, 0C and ED. RGB value is (192,12,237). Sum of RGB (Red+Green+Blue) = 192+12+237=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #C00CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CED is #3FF312. Grayscale: #5A5A5A. Windows color (decimal): -4190995 or 15535296. OLE color: 15535296.

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

Color convert

RGB 192 12 237 -
CMYK 0.19 0.95 0 0.07
HSL 288º 0.9% 0.49% -
HSV(B) 288º 0.95% 0.93% -
XYZ 37.16 17.58 81.56 -
YUV 91.47 210.13 199.7 -
System Red Green Blue C M Y K H S L
Decimal 192 12 237 0.19 0.95 0 0.07 288 0.9 0.49
Hex C0 C ED 13 5F 0 7 120 5A 31
Octal 300 14 355 23 137 0 7 440 132 61
Binary 11000000 1100 11101101 10011 1011111 0 111 100100000 1011010 110001

Color Harmonies of #C00CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CED

Black with #C00CED

Text Example


Text Example

White with #C00CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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