Html Css Color HEX #C236AB Fuchsia

📋 copy color: '#C236AB'

red 194 ◦ green 54 ◦ blue 171

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

Shades of Fuchsia #C236AB

Tints of Fuchsia #C236AB

RGB

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

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

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

R = 46.3%
G = 12.89%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C236AB (or 0xC236AB) is known color: Fuchsia. HEX triplet: C2, 36 and AB. RGB value is (194,54,171). Sum of RGB (Red+Green+Blue) = 194+54+171=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C236AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C236AB is #3DC954. Grayscale: #6C6C6C. Windows color (decimal): -4049237 or 11220674. OLE color: 11220674.

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

Color convert

RGB 194 54 171 -
CMYK 0 0.72 0.12 0.24
HSL 309.86º 0.56% 0.49% -
HSV(B) 309.86º 0.72% 0.76% -
XYZ 30.92 17.05 40.19 -
YUV 109.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 194 54 171 0 0.72 0.12 0.24 309.86 0.56 0.49
Hex C2 36 AB 0 48 C 18 136 38 31
Octal 302 66 253 0 110 14 30 466 70 61
Binary 11000010 110110 10101011 0 1001000 1100 11000 100110110 111000 110001

Color Harmonies of #C236AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236AB

Black with #C236AB

Text Example


Text Example

White with #C236AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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