Html Css Color HEX #C03AB2 Fuchsia

📋 copy color: '#C03AB2'

red 192 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #C03AB2

Tints of Fuchsia #C03AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 44.86%
G = 13.55%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C03AB2 (or 0xC03AB2) is known color: Fuchsia. HEX triplet: C0, 3A and B2. RGB value is (192,58,178). Sum of RGB (Red+Green+Blue) = 192+58+178=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AB2 is #3FC54D. Grayscale: #6F6F6F. Windows color (decimal): -4179278 or 11680448. OLE color: 11680448.

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

Color convert

RGB 192 58 178 -
CMYK 0 0.70 0.07 0.25
HSL 306.27º 0.54% 0.49% -
HSV(B) 306.27º 0.7% 0.75% -
XYZ 31.29 17.45 43.84 -
YUV 111.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 192 58 178 0 0.70 0.07 0.25 306.27 0.54 0.49
Hex C0 3A B2 0 46 7 19 132 36 31
Octal 300 72 262 0 106 7 31 462 66 61
Binary 11000000 111010 10110010 0 1000110 111 11001 100110010 110110 110001

Color Harmonies of #C03AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AB2

Black with #C03AB2

Text Example


Text Example

White with #C03AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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