Html Css Color HEX #C232AB Fuchsia

📋 copy color: '#C232AB'

red 194 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #C232AB

Tints of Fuchsia #C232AB

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

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

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

R = 46.75%
G = 12.05%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C232AB (or 0xC232AB) is known color: Fuchsia. HEX triplet: C2, 32 and AB. RGB value is (194,50,171). Sum of RGB (Red+Green+Blue) = 194+50+171=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C232AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232AB is #3DCD54. Grayscale: #6A6A6A. Windows color (decimal): -4050261 or 11219650. OLE color: 11219650.

HSL color Cylindrical-coordinate representation of color #C232AB: hue angle of 309.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232AB is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 171 -
CMYK 0 0.74 0.12 0.24
HSL 309.58º 0.59% 0.48% -
HSV(B) 309.58º 0.74% 0.76% -
XYZ 30.74 16.69 40.13 -
YUV 106.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 194 50 171 0 0.74 0.12 0.24 309.58 0.59 0.48
Hex C2 32 AB 0 4A C 18 136 3B 30
Octal 302 62 253 0 112 14 30 466 73 60
Binary 11000010 110010 10101011 0 1001010 1100 11000 100110110 111011 110000

Color Harmonies of #C232AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232AB

Black with #C232AB

Text Example


Text Example

White with #C232AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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