Html Css Color HEX #C036AB Fuchsia

📋 copy color: '#C036AB'

red 192 ◦ green 54 ◦ blue 171

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

Shades of Fuchsia #C036AB

Tints of Fuchsia #C036AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.95%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 46.04%
G = 12.95%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C036AB (or 0xC036AB) is known color: Fuchsia. HEX triplet: C0, 36 and AB. RGB value is (192,54,171). Sum of RGB (Red+Green+Blue) = 192+54+171=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C036AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036AB is #3FC954. Grayscale: #6C6C6C. Windows color (decimal): -4180309 or 11220672. OLE color: 11220672.

HSL color Cylindrical-coordinate representation of color #C036AB: hue angle of 309.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C036AB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 171 -
CMYK 0 0.72 0.11 0.25
HSL 309.13º 0.56% 0.48% -
HSV(B) 309.13º 0.72% 0.75% -
XYZ 30.41 16.79 40.17 -
YUV 108.6 163.22 187.49 -
System Red Green Blue C M Y K H S L
Decimal 192 54 171 0 0.72 0.11 0.25 309.13 0.56 0.48
Hex C0 36 AB 0 48 B 19 135 38 30
Octal 300 66 253 0 110 13 31 465 70 60
Binary 11000000 110110 10101011 0 1001000 1011 11001 100110101 111000 110000

Color Harmonies of #C036AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036AB

Black with #C036AB

Text Example


Text Example

White with #C036AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036AB; }

 p { color: rgb(192,54,171); }

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

background-color css

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

 a { background-color: rgb(192,54,171); }

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

border-color css

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

 span { border-color: rgb(192,54,171); }

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