Html Css Color HEX #C40BED Electric Purple

📋 copy color: '#C40BED'

red 196 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #C40BED

Tints of Electric Purple #C40BED

RGB

 RED value IS 196 (76.95% from 255) = 44.14%

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

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

R = 44.14%
G = 2.48%
B = 53.38%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C40BED (or 0xC40BED) is known color: Electric Purple. HEX triplet: C4, 0B and ED. RGB value is (196,11,237). Sum of RGB (Red+Green+Blue) = 196+11+237=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #C40BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40BED is #3BF412. Grayscale: #5B5B5B. Windows color (decimal): -3929107 or 15535044. OLE color: 15535044.

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

Color convert

RGB 196 11 237 -
CMYK 0.17 0.95 0 0.07
HSL 289.12º 0.91% 0.49% -
HSV(B) 289.12º 0.95% 0.93% -
XYZ 38.17 18.09 81.6 -
YUV 92.08 209.79 202.12 -
System Red Green Blue C M Y K H S L
Decimal 196 11 237 0.17 0.95 0 0.07 289.12 0.91 0.49
Hex C4 B ED 11 5F 0 7 121 5B 31
Octal 304 13 355 21 137 0 7 441 133 61
Binary 11000100 1011 11101101 10001 1011111 0 111 100100001 1011011 110001

Color Harmonies of #C40BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BED

Black with #C40BED

Text Example


Text Example

White with #C40BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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