Html Css Color HEX #C032AB Fuchsia

📋 copy color: '#C032AB'

red 192 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #C032AB

Tints of Fuchsia #C032AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.11%

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

R = 46.49%
G = 12.11%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C032AB (or 0xC032AB) is known color: Fuchsia. HEX triplet: C0, 32 and AB. RGB value is (192,50,171). Sum of RGB (Red+Green+Blue) = 192+50+171=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C032AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032AB is #3FCD54. Grayscale: #696969. Windows color (decimal): -4181333 or 11219648. OLE color: 11219648.

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

Color convert

RGB 192 50 171 -
CMYK 0 0.74 0.11 0.25
HSL 308.87º 0.59% 0.47% -
HSV(B) 308.87º 0.74% 0.75% -
XYZ 30.23 16.43 40.11 -
YUV 106.25 164.54 189.16 -
System Red Green Blue C M Y K H S L
Decimal 192 50 171 0 0.74 0.11 0.25 308.87 0.59 0.47
Hex C0 32 AB 0 4A B 19 135 3B 2F
Octal 300 62 253 0 112 13 31 465 73 57
Binary 11000000 110010 10101011 0 1001010 1011 11001 100110101 111011 101111

Color Harmonies of #C032AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032AB

Black with #C032AB

Text Example


Text Example

White with #C032AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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