Html Css Color HEX #C02EF9 Electric Purple

📋 copy color: '#C02EF9'

red 192 ◦ green 46 ◦ blue 249

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

Shades of Electric Purple #C02EF9

Tints of Electric Purple #C02EF9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.45%

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

R = 39.43%
G = 9.45%
B = 51.13%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C02EF9 (or 0xC02EF9) is known color: Electric Purple. HEX triplet: C0, 2E and F9. RGB value is (192,46,249). Sum of RGB (Red+Green+Blue) = 192+46+249=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #C02EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EF9 is #3FD106. Grayscale: #707070. Windows color (decimal): -4182279 or 16330432. OLE color: 16330432.

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

Color convert

RGB 192 46 249 -
CMYK 0.23 0.82 0 0.02
HSL 283.15º 0.94% 0.58% -
HSV(B) 283.15º 0.82% 0.98% -
XYZ 39.81 20 91.38 -
YUV 112.8 204.87 184.49 -
System Red Green Blue C M Y K H S L
Decimal 192 46 249 0.23 0.82 0 0.02 283.15 0.94 0.58
Hex C0 2E F9 17 52 0 2 11B 5E 3A
Octal 300 56 371 27 122 0 2 433 136 72
Binary 11000000 101110 11111001 10111 1010010 0 10 100011011 1011110 111010

Color Harmonies of #C02EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EF9

Black with #C02EF9

Text Example


Text Example

White with #C02EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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