Html Css Color HEX #C20BEC Electric Purple

📋 copy color: '#C20BEC'

red 194 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #C20BEC

Tints of Electric Purple #C20BEC

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

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

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

R = 43.99%
G = 2.49%
B = 53.51%

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

#C20BEC (or 0xC20BEC) is known color: Electric Purple. HEX triplet: C2, 0B and EC. RGB value is (194,11,236). Sum of RGB (Red+Green+Blue) = 194+11+236=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #C20BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BEC is #3DF413. Grayscale: #5A5A5A. Windows color (decimal): -4060180 or 15469506. OLE color: 15469506.

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

Color convert

RGB 194 11 236 -
CMYK 0.18 0.95 0 0.07
HSL 288.8º 0.91% 0.48% -
HSV(B) 288.8º 0.95% 0.93% -
XYZ 37.51 17.76 80.81 -
YUV 91.37 209.63 201.2 -
System Red Green Blue C M Y K H S L
Decimal 194 11 236 0.18 0.95 0 0.07 288.8 0.91 0.48
Hex C2 B EC 12 5F 0 7 121 5B 30
Octal 302 13 354 22 137 0 7 441 133 60
Binary 11000010 1011 11101100 10010 1011111 0 111 100100001 1011011 110000

Color Harmonies of #C20BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BEC

Black with #C20BEC

Text Example


Text Example

White with #C20BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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