Html Css Color HEX #C40BEB Electric Purple

📋 copy color: '#C40BEB'

red 196 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #C40BEB

Tints of Electric Purple #C40BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 44.34%
G = 2.49%
B = 53.17%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C40BEB (or 0xC40BEB) is known color: Electric Purple. HEX triplet: C4, 0B and EB. RGB value is (196,11,235). Sum of RGB (Red+Green+Blue) = 196+11+235=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #C40BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40BEB is #3BF414. Grayscale: #5B5B5B. Windows color (decimal): -3929109 or 15403972. OLE color: 15403972.

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

Color convert

RGB 196 11 235 -
CMYK 0.17 0.95 0 0.08
HSL 289.55º 0.91% 0.48% -
HSV(B) 289.55º 0.95% 0.92% -
XYZ 37.88 17.97 80.07 -
YUV 91.85 208.79 202.29 -
System Red Green Blue C M Y K H S L
Decimal 196 11 235 0.17 0.95 0 0.08 289.55 0.91 0.48
Hex C4 B EB 11 5F 0 8 122 5B 30
Octal 304 13 353 21 137 0 10 442 133 60
Binary 11000100 1011 11101011 10001 1011111 0 1000 100100010 1011011 110000

Color Harmonies of #C40BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BEB

Black with #C40BEB

Text Example


Text Example

White with #C40BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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