Html Css Color HEX #C02BF6 Electric Purple

📋 copy color: '#C02BF6'

red 192 ◦ green 43 ◦ blue 246

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

Shades of Electric Purple #C02BF6

Tints of Electric Purple #C02BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.14%

R = 39.92%
G = 8.94%
B = 51.14%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C02BF6 (or 0xC02BF6) is known color: Electric Purple. HEX triplet: C0, 2B and F6. RGB value is (192,43,246). Sum of RGB (Red+Green+Blue) = 192+43+246=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #C02BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BF6 is #3FD409. Grayscale: #6E6E6E. Windows color (decimal): -4183050 or 16133056. OLE color: 16133056.

HSL color Cylindrical-coordinate representation of color #C02BF6: hue angle of 284.04º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02BF6 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 43 246 -
CMYK 0.22 0.83 0 0.04
HSL 284.04º 0.92% 0.57% -
HSV(B) 284.04º 0.83% 0.96% -
XYZ 39.24 19.59 88.9 -
YUV 110.69 204.36 185.99 -
System Red Green Blue C M Y K H S L
Decimal 192 43 246 0.22 0.83 0 0.04 284.04 0.92 0.57
Hex C0 2B F6 16 53 0 4 11C 5C 39
Octal 300 53 366 26 123 0 4 434 134 71
Binary 11000000 101011 11110110 10110 1010011 0 100 100011100 1011100 111001

Color Harmonies of #C02BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BF6

Black with #C02BF6

Text Example


Text Example

White with #C02BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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