Html Css Color HEX #C93BAB Fuchsia

📋 copy color: '#C93BAB'

red 201 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #C93BAB

Tints of Fuchsia #C93BAB

RGB

 RED value IS 201 (78.91% from 255) = 46.64%

 GREEN value IS 59 (23.44% from 255) = 13.69%

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

R = 46.64%
G = 13.69%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C93BAB (or 0xC93BAB) is known color: Fuchsia. HEX triplet: C9, 3B and AB. RGB value is (201,59,171). Sum of RGB (Red+Green+Blue) = 201+59+171=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BAB is #36C454. Grayscale: #717171. Windows color (decimal): -3589205 or 11221961. OLE color: 11221961.

HSL color Cylindrical-coordinate representation of color #C93BAB: hue angle of 312.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93BAB is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 59 171 -
CMYK 0 0.71 0.15 0.21
HSL 312.68º 0.57% 0.51% -
HSV(B) 312.68º 0.71% 0.79% -
XYZ 33 18.49 40.36 -
YUV 114.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 201 59 171 0 0.71 0.15 0.21 312.68 0.57 0.51
Hex C9 3B AB 0 47 F 15 139 39 33
Octal 311 73 253 0 107 17 25 471 71 63
Binary 11001001 111011 10101011 0 1000111 1111 10101 100111001 111001 110011

Color Harmonies of #C93BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BAB

Black with #C93BAB

Text Example


Text Example

White with #C93BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BAB; }

 p { color: rgb(201,59,171); }

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

background-color css

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

 a { background-color: rgb(201,59,171); }

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

border-color css

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

 span { border-color: rgb(201,59,171); }

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