Html Css Color HEX #C02AF9 Electric Purple

📋 copy color: '#C02AF9'

red 192 ◦ green 42 ◦ blue 249

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

Shades of Electric Purple #C02AF9

Tints of Electric Purple #C02AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.55%

R = 39.75%
G = 8.7%
B = 51.55%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C02AF9 (or 0xC02AF9) is known color: Electric Purple. HEX triplet: C0, 2A and F9. RGB value is (192,42,249). Sum of RGB (Red+Green+Blue) = 192+42+249=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #C02AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AF9 is #3FD506. Grayscale: #6D6D6D. Windows color (decimal): -4183303 or 16329408. OLE color: 16329408.

HSL color Cylindrical-coordinate representation of color #C02AF9: hue angle of 283.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02AF9 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 42 249 -
CMYK 0.23 0.83 0 0.02
HSL 283.48º 0.95% 0.57% -
HSV(B) 283.48º 0.83% 0.98% -
XYZ 39.67 19.7 91.33 -
YUV 110.45 206.2 186.17 -
System Red Green Blue C M Y K H S L
Decimal 192 42 249 0.23 0.83 0 0.02 283.48 0.95 0.57
Hex C0 2A F9 17 53 0 2 11B 5F 39
Octal 300 52 371 27 123 0 2 433 137 71
Binary 11000000 101010 11111001 10111 1010011 0 10 100011011 1011111 111001

Color Harmonies of #C02AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AF9

Black with #C02AF9

Text Example


Text Example

White with #C02AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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