Html Css Color HEX #C03AB6 Fuchsia

📋 copy color: '#C03AB6'

red 192 ◦ green 58 ◦ blue 182

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

Shades of Fuchsia #C03AB6

Tints of Fuchsia #C03AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 44.44%
G = 13.43%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C03AB6 (or 0xC03AB6) is known color: Fuchsia. HEX triplet: C0, 3A and B6. RGB value is (192,58,182). Sum of RGB (Red+Green+Blue) = 192+58+182=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AB6 is #3FC549. Grayscale: #6F6F6F. Windows color (decimal): -4179274 or 11942592. OLE color: 11942592.

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

Color convert

RGB 192 58 182 -
CMYK 0 0.70 0.05 0.25
HSL 304.48º 0.54% 0.49% -
HSV(B) 304.48º 0.7% 0.75% -
XYZ 31.69 17.61 45.98 -
YUV 112.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 192 58 182 0 0.70 0.05 0.25 304.48 0.54 0.49
Hex C0 3A B6 0 46 5 19 130 36 31
Octal 300 72 266 0 106 5 31 460 66 61
Binary 11000000 111010 10110110 0 1000110 101 11001 100110000 110110 110001

Color Harmonies of #C03AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AB6

Black with #C03AB6

Text Example


Text Example

White with #C03AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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