Html Css Color HEX #C40BEE Electric Purple

📋 copy color: '#C40BEE'

red 196 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #C40BEE

Tints of Electric Purple #C40BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.48%

R = 44.04%
G = 2.47%
B = 53.48%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C40BEE (or 0xC40BEE) is known color: Electric Purple. HEX triplet: C4, 0B and EE. RGB value is (196,11,238). Sum of RGB (Red+Green+Blue) = 196+11+238=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #C40BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40BEE is #3BF411. Grayscale: #5B5B5B. Windows color (decimal): -3929106 or 15600580. OLE color: 15600580.

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

Color convert

RGB 196 11 238 -
CMYK 0.18 0.95 0 0.07
HSL 288.9º 0.91% 0.49% -
HSV(B) 288.9º 0.95% 0.93% -
XYZ 38.32 18.15 82.37 -
YUV 92.19 210.29 202.04 -
System Red Green Blue C M Y K H S L
Decimal 196 11 238 0.18 0.95 0 0.07 288.9 0.91 0.49
Hex C4 B EE 12 5F 0 7 121 5B 31
Octal 304 13 356 22 137 0 7 441 133 61
Binary 11000100 1011 11101110 10010 1011111 0 111 100100001 1011011 110001

Color Harmonies of #C40BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BEE

Black with #C40BEE

Text Example


Text Example

White with #C40BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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