Html Css Color HEX #C02BEC Electric Purple

📋 copy color: '#C02BEC'

red 192 ◦ green 43 ◦ blue 236

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

Shades of Electric Purple #C02BEC

Tints of Electric Purple #C02BEC

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

 GREEN value IS 43 (17.19% from 255) = 9.13%

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

R = 40.76%
G = 9.13%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C02BEC (or 0xC02BEC) is known color: Electric Purple. HEX triplet: C0, 2B and EC. RGB value is (192,43,236). Sum of RGB (Red+Green+Blue) = 192+43+236=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C02BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BEC is #3FD413. Grayscale: #6C6C6C. Windows color (decimal): -4183060 or 15477696. OLE color: 15477696.

HSL color Cylindrical-coordinate representation of color #C02BEC: hue angle of 286.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02BEC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 43 236 -
CMYK 0.19 0.82 0 0.07
HSL 286.32º 0.84% 0.55% -
HSV(B) 286.32º 0.82% 0.93% -
XYZ 37.74 18.99 81.03 -
YUV 109.55 199.36 186.81 -
System Red Green Blue C M Y K H S L
Decimal 192 43 236 0.19 0.82 0 0.07 286.32 0.84 0.55
Hex C0 2B EC 13 52 0 7 11E 54 37
Octal 300 53 354 23 122 0 7 436 124 67
Binary 11000000 101011 11101100 10011 1010010 0 111 100011110 1010100 110111

Color Harmonies of #C02BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BEC

Black with #C02BEC

Text Example


Text Example

White with #C02BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BEC; }

 p { color: rgb(192,43,236); }

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

background-color css

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

 a { background-color: rgb(192,43,236); }

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

border-color css

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

 span { border-color: rgb(192,43,236); }

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