Html Css Color HEX #C02EB8 Fuchsia

📋 copy color: '#C02EB8'

red 192 ◦ green 46 ◦ blue 184

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

Shades of Fuchsia #C02EB8

Tints of Fuchsia #C02EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 45.5%
G = 10.9%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C02EB8 (or 0xC02EB8) is known color: Fuchsia. HEX triplet: C0, 2E and B8. RGB value is (192,46,184). Sum of RGB (Red+Green+Blue) = 192+46+184=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EB8 is #3FD147. Grayscale: #686868. Windows color (decimal): -4182344 or 12070592. OLE color: 12070592.

HSL color Cylindrical-coordinate representation of color #C02EB8: hue angle of 303.29º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02EB8 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 184 -
CMYK 0 0.76 0.04 0.25
HSL 303.29º 0.61% 0.47% -
HSV(B) 303.29º 0.76% 0.75% -
XYZ 31.37 16.62 46.9 -
YUV 105.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 192 46 184 0 0.76 0.04 0.25 303.29 0.61 0.47
Hex C0 2E B8 0 4C 4 19 12F 3D 2F
Octal 300 56 270 0 114 4 31 457 75 57
Binary 11000000 101110 10111000 0 1001100 100 11001 100101111 111101 101111

Color Harmonies of #C02EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EB8

Black with #C02EB8

Text Example


Text Example

White with #C02EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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