Html Css Color HEX #C03AB1 Fuchsia

📋 copy color: '#C03AB1'

red 192 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #C03AB1

Tints of Fuchsia #C03AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.45%

R = 44.96%
G = 13.58%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C03AB1 (or 0xC03AB1) is known color: Fuchsia. HEX triplet: C0, 3A and B1. RGB value is (192,58,177). Sum of RGB (Red+Green+Blue) = 192+58+177=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AB1 is #3FC54E. Grayscale: #6F6F6F. Windows color (decimal): -4179279 or 11614912. OLE color: 11614912.

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

Color convert

RGB 192 58 177 -
CMYK 0 0.70 0.08 0.25
HSL 306.72º 0.54% 0.49% -
HSV(B) 306.72º 0.7% 0.75% -
XYZ 31.19 17.41 43.31 -
YUV 111.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 192 58 177 0 0.70 0.08 0.25 306.72 0.54 0.49
Hex C0 3A B1 0 46 8 19 133 36 31
Octal 300 72 261 0 106 10 31 463 66 61
Binary 11000000 111010 10110001 0 1000110 1000 11001 100110011 110110 110001

Color Harmonies of #C03AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AB1

Black with #C03AB1

Text Example


Text Example

White with #C03AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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