Html Css Color HEX #C00BEC Electric Purple

📋 copy color: '#C00BEC'

red 192 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #C00BEC

Tints of Electric Purple #C00BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 43.74%
G = 2.51%
B = 53.76%

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

#C00BEC (or 0xC00BEC) is known color: Electric Purple. HEX triplet: C0, 0B and EC. RGB value is (192,11,236). Sum of RGB (Red+Green+Blue) = 192+11+236=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #C00BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BEC is #3FF413. Grayscale: #5A5A5A. Windows color (decimal): -4191252 or 15469504. OLE color: 15469504.

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

Color convert

RGB 192 11 236 -
CMYK 0.19 0.95 0 0.07
HSL 288.27º 0.91% 0.48% -
HSV(B) 288.27º 0.95% 0.93% -
XYZ 37 17.5 80.79 -
YUV 90.77 209.97 200.2 -
System Red Green Blue C M Y K H S L
Decimal 192 11 236 0.19 0.95 0 0.07 288.27 0.91 0.48
Hex C0 B EC 13 5F 0 7 120 5B 30
Octal 300 13 354 23 137 0 7 440 133 60
Binary 11000000 1011 11101100 10011 1011111 0 111 100100000 1011011 110000

Color Harmonies of #C00BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BEC

Black with #C00BEC

Text Example


Text Example

White with #C00BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BEC; }

 p { color: rgb(192,11,236); }

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

background-color css

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

 a { background-color: rgb(192,11,236); }

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

border-color css

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

 span { border-color: rgb(192,11,236); }

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