Html Css Color HEX #C00BED Electric Purple

📋 copy color: '#C00BED'

red 192 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #C00BED

Tints of Electric Purple #C00BED

RGB

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

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

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

R = 43.64%
G = 2.5%
B = 53.86%

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

#C00BED (or 0xC00BED) is known color: Electric Purple. HEX triplet: C0, 0B and ED. RGB value is (192,11,237). Sum of RGB (Red+Green+Blue) = 192+11+237=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #C00BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BED is #3FF412. Grayscale: #5A5A5A. Windows color (decimal): -4191251 or 15535040. OLE color: 15535040.

HSL color Cylindrical-coordinate representation of color #C00BED: hue angle of 288.05º degrees, saturation: 0.91, 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 #C00BED is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 11 237 -
CMYK 0.19 0.95 0 0.07
HSL 288.05º 0.91% 0.49% -
HSV(B) 288.05º 0.95% 0.93% -
XYZ 37.14 17.56 81.55 -
YUV 90.88 210.47 200.12 -
System Red Green Blue C M Y K H S L
Decimal 192 11 237 0.19 0.95 0 0.07 288.05 0.91 0.49
Hex C0 B ED 13 5F 0 7 120 5B 31
Octal 300 13 355 23 137 0 7 440 133 61
Binary 11000000 1011 11101101 10011 1011111 0 111 100100000 1011011 110001

Color Harmonies of #C00BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BED

Black with #C00BED

Text Example


Text Example

White with #C00BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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