Html Css Color HEX #C40BEC Electric Purple

📋 copy color: '#C40BEC'

red 196 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #C40BEC

Tints of Electric Purple #C40BEC

RGB

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

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

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

R = 44.24%
G = 2.48%
B = 53.27%

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

#C40BEC (or 0xC40BEC) is known color: Electric Purple. HEX triplet: C4, 0B and EC. RGB value is (196,11,236). Sum of RGB (Red+Green+Blue) = 196+11+236=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #C40BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40BEC is #3BF413. Grayscale: #5B5B5B. Windows color (decimal): -3929108 or 15469508. OLE color: 15469508.

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

Color convert

RGB 196 11 236 -
CMYK 0.17 0.95 0 0.07
HSL 289.33º 0.91% 0.48% -
HSV(B) 289.33º 0.95% 0.93% -
XYZ 38.02 18.03 80.83 -
YUV 91.97 209.29 202.2 -
System Red Green Blue C M Y K H S L
Decimal 196 11 236 0.17 0.95 0 0.07 289.33 0.91 0.48
Hex C4 B EC 11 5F 0 7 121 5B 30
Octal 304 13 354 21 137 0 7 441 133 60
Binary 11000100 1011 11101100 10001 1011111 0 111 100100001 1011011 110000

Color Harmonies of #C40BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BEC

Black with #C40BEC

Text Example


Text Example

White with #C40BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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