Html Css Color HEX #C02BEA Electric Purple

📋 copy color: '#C02BEA'

red 192 ◦ green 43 ◦ blue 234

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

Shades of Electric Purple #C02BEA

Tints of Electric Purple #C02BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 40.94%
G = 9.17%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C02BEA (or 0xC02BEA) is known color: Electric Purple. HEX triplet: C0, 2B and EA. RGB value is (192,43,234). Sum of RGB (Red+Green+Blue) = 192+43+234=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #C02BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BEA is #3FD415. Grayscale: #6C6C6C. Windows color (decimal): -4183062 or 15346624. OLE color: 15346624.

HSL color Cylindrical-coordinate representation of color #C02BEA: hue angle of 286.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02BEA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 43 234 -
CMYK 0.18 0.82 0 0.08
HSL 286.81º 0.82% 0.54% -
HSV(B) 286.81º 0.82% 0.92% -
XYZ 37.45 18.87 79.51 -
YUV 109.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 192 43 234 0.18 0.82 0 0.08 286.81 0.82 0.54
Hex C0 2B EA 12 52 0 8 11F 52 36
Octal 300 53 352 22 122 0 10 437 122 66
Binary 11000000 101011 11101010 10010 1010010 0 1000 100011111 1010010 110110

Color Harmonies of #C02BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BEA

Black with #C02BEA

Text Example


Text Example

White with #C02BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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