Html Css Color HEX #C02EB3 Fuchsia

📋 copy color: '#C02EB3'

red 192 ◦ green 46 ◦ blue 179

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

Shades of Fuchsia #C02EB3

Tints of Fuchsia #C02EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 46.04%
G = 11.03%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C02EB3 (or 0xC02EB3) is known color: Fuchsia. HEX triplet: C0, 2E and B3. RGB value is (192,46,179). Sum of RGB (Red+Green+Blue) = 192+46+179=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EB3 is #3FD14C. Grayscale: #686868. Windows color (decimal): -4182349 or 11742912. OLE color: 11742912.

HSL color Cylindrical-coordinate representation of color #C02EB3: hue angle of 305.34º 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 #C02EB3 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 179 -
CMYK 0 0.76 0.07 0.25
HSL 305.34º 0.61% 0.47% -
HSV(B) 305.34º 0.76% 0.75% -
XYZ 30.85 16.42 44.19 -
YUV 104.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 192 46 179 0 0.76 0.07 0.25 305.34 0.61 0.47
Hex C0 2E B3 0 4C 7 19 131 3D 2F
Octal 300 56 263 0 114 7 31 461 75 57
Binary 11000000 101110 10110011 0 1001100 111 11001 100110001 111101 101111

Color Harmonies of #C02EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EB3

Black with #C02EB3

Text Example


Text Example

White with #C02EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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