Html Css Color HEX #C02BEE Electric Purple

📋 copy color: '#C02BEE'

red 192 ◦ green 43 ◦ blue 238

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

Shades of Electric Purple #C02BEE

Tints of Electric Purple #C02BEE

RGB

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

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

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

R = 40.59%
G = 9.09%
B = 50.32%

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

#C02BEE (or 0xC02BEE) is known color: Electric Purple. HEX triplet: C0, 2B and EE. RGB value is (192,43,238). Sum of RGB (Red+Green+Blue) = 192+43+238=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #C02BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BEE is #3FD411. Grayscale: #6D6D6D. Windows color (decimal): -4183058 or 15608768. OLE color: 15608768.

HSL color Cylindrical-coordinate representation of color #C02BEE: hue angle of 285.85º degrees, saturation: 0.85, 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 #C02BEE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 43 238 -
CMYK 0.19 0.82 0 0.07
HSL 285.85º 0.85% 0.55% -
HSV(B) 285.85º 0.82% 0.93% -
XYZ 38.03 19.11 82.57 -
YUV 109.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 192 43 238 0.19 0.82 0 0.07 285.85 0.85 0.55
Hex C0 2B EE 13 52 0 7 11E 55 37
Octal 300 53 356 23 122 0 7 436 125 67
Binary 11000000 101011 11101110 10011 1010010 0 111 100011110 1010101 110111

Color Harmonies of #C02BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BEE

Black with #C02BEE

Text Example


Text Example

White with #C02BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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