Html Css Color HEX #C02AFE Electric Purple

📋 copy color: '#C02AFE'

red 192 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #C02AFE

Tints of Electric Purple #C02AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.61%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 39.34%
G = 8.61%
B = 52.05%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C02AFE (or 0xC02AFE) is known color: Electric Purple. HEX triplet: C0, 2A and FE. RGB value is (192,42,254). Sum of RGB (Red+Green+Blue) = 192+42+254=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C02AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AFE is #3FD501. Grayscale: #6E6E6E. Windows color (decimal): -4183298 or 16657088. OLE color: 16657088.

HSL color Cylindrical-coordinate representation of color #C02AFE: hue angle of 282.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02AFE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 42 254 -
CMYK 0.24 0.83 0 0.00
HSL 282.45º 0.99% 0.58% -
HSV(B) 282.45º 0.83% 1% -
XYZ 40.46 20.02 95.5 -
YUV 111.02 208.7 185.76 -
System Red Green Blue C M Y K H S L
Decimal 192 42 254 0.24 0.83 0 0.00 282.45 0.99 0.58
Hex C0 2A FE 18 53 0 0 11A 63 3A
Octal 300 52 376 30 123 0 0 432 143 72
Binary 11000000 101010 11111110 11000 1010011 0 0 100011010 1100011 111010

Color Harmonies of #C02AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AFE

Black with #C02AFE

Text Example


Text Example

White with #C02AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AFE; }

 p { color: rgb(192,42,254); }

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

background-color css

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

 a { background-color: rgb(192,42,254); }

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

border-color css

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

 span { border-color: rgb(192,42,254); }

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