Html Css Color HEX #C02BF9 Electric Purple

📋 copy color: '#C02BF9'

red 192 ◦ green 43 ◦ blue 249

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

Shades of Electric Purple #C02BF9

Tints of Electric Purple #C02BF9

RGB

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

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

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

R = 39.67%
G = 8.88%
B = 51.45%

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

#C02BF9 (or 0xC02BF9) is known color: Electric Purple. HEX triplet: C0, 2B and F9. RGB value is (192,43,249). Sum of RGB (Red+Green+Blue) = 192+43+249=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #C02BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BF9 is #3FD406. Grayscale: #6E6E6E. Windows color (decimal): -4183047 or 16329664. OLE color: 16329664.

HSL color Cylindrical-coordinate representation of color #C02BF9: hue angle of 283.4º degrees, saturation: 0.94, 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 #C02BF9 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 43 249 -
CMYK 0.23 0.83 0 0.02
HSL 283.4º 0.94% 0.57% -
HSV(B) 283.4º 0.83% 0.98% -
XYZ 39.7 19.77 91.35 -
YUV 111.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 192 43 249 0.23 0.83 0 0.02 283.4 0.94 0.57
Hex C0 2B F9 17 53 0 2 11B 5E 39
Octal 300 53 371 27 123 0 2 433 136 71
Binary 11000000 101011 11111001 10111 1010011 0 10 100011011 1011110 111001

Color Harmonies of #C02BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BF9

Black with #C02BF9

Text Example


Text Example

White with #C02BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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