Html Css Color HEX #C02AFF Electric Purple

📋 copy color: '#C02AFF'

red 192 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #C02AFF

Tints of Electric Purple #C02AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 39.26%
G = 8.59%
B = 52.15%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C02AFF (or 0xC02AFF) is known color: Electric Purple. HEX triplet: C0, 2A and FF. RGB value is (192,42,255). Sum of RGB (Red+Green+Blue) = 192+42+255=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #C02AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AFF is #3FD500. Grayscale: #6E6E6E. Windows color (decimal): -4183297 or 16722624. OLE color: 16722624.

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

Color convert

RGB 192 42 255 -
CMYK 0.25 0.84 0 0
HSL 282.25º 1% 0.58% -
HSV(B) 282.25º 0.84% 1% -
XYZ 40.62 20.08 96.34 -
YUV 111.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 192 42 255 0.25 0.84 0 0 282.25 1 0.58
Hex C0 2A FF 19 54 0 0 11A 64 3A
Octal 300 52 377 31 124 0 0 432 144 72
Binary 11000000 101010 11111111 11001 1010100 0 0 100011010 1100100 111010

Color Harmonies of #C02AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AFF

Black with #C02AFF

Text Example


Text Example

White with #C02AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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