Html Css Color HEX #C03AB5 Fuchsia

📋 copy color: '#C03AB5'

red 192 ◦ green 58 ◦ blue 181

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

Shades of Fuchsia #C03AB5

Tints of Fuchsia #C03AB5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.46%

 BLUE value IS 181 (71.09% from 255) = 42%

R = 44.55%
G = 13.46%
B = 42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C03AB5 (or 0xC03AB5) is known color: Fuchsia. HEX triplet: C0, 3A and B5. RGB value is (192,58,181). Sum of RGB (Red+Green+Blue) = 192+58+181=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AB5 is #3FC54A. Grayscale: #6F6F6F. Windows color (decimal): -4179275 or 11877056. OLE color: 11877056.

HSL color Cylindrical-coordinate representation of color #C03AB5: hue angle of 304.93º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 181 -
CMYK 0 0.70 0.06 0.25
HSL 304.93º 0.54% 0.49% -
HSV(B) 304.93º 0.7% 0.75% -
XYZ 31.59 17.57 45.44 -
YUV 112.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 192 58 181 0 0.70 0.06 0.25 304.93 0.54 0.49
Hex C0 3A B5 0 46 6 19 131 36 31
Octal 300 72 265 0 106 6 31 461 66 61
Binary 11000000 111010 10110101 0 1000110 110 11001 100110001 110110 110001

Color Harmonies of #C03AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AB5

Black with #C03AB5

Text Example


Text Example

White with #C03AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AB5; }

 p { color: rgb(192,58,181); }

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

background-color css

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

 a { background-color: rgb(192,58,181); }

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

border-color css

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

 span { border-color: rgb(192,58,181); }

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