Html Css Color HEX #C93CAB Fuchsia

📋 copy color: '#C93CAB'

red 201 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #C93CAB

Tints of Fuchsia #C93CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

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

R = 46.53%
G = 13.89%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C93CAB (or 0xC93CAB) is known color: Fuchsia. HEX triplet: C9, 3C and AB. RGB value is (201,60,171). Sum of RGB (Red+Green+Blue) = 201+60+171=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CAB is #36C354. Grayscale: #727272. Windows color (decimal): -3588949 or 11222217. OLE color: 11222217.

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

Color convert

RGB 201 60 171 -
CMYK 0 0.70 0.15 0.21
HSL 312.77º 0.57% 0.51% -
HSV(B) 312.77º 0.7% 0.79% -
XYZ 33.05 18.59 40.37 -
YUV 114.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 201 60 171 0 0.70 0.15 0.21 312.77 0.57 0.51
Hex C9 3C AB 0 46 F 15 139 39 33
Octal 311 74 253 0 106 17 25 471 71 63
Binary 11001001 111100 10101011 0 1000110 1111 10101 100111001 111001 110011

Color Harmonies of #C93CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CAB

Black with #C93CAB

Text Example


Text Example

White with #C93CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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