Html Css Color HEX #C93EAB Fuchsia

📋 copy color: '#C93EAB'

red 201 ◦ green 62 ◦ blue 171

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

Shades of Fuchsia #C93EAB

Tints of Fuchsia #C93EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.29%

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

R = 46.31%
G = 14.29%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C93EAB (or 0xC93EAB) is known color: Fuchsia. HEX triplet: C9, 3E and AB. RGB value is (201,62,171). Sum of RGB (Red+Green+Blue) = 201+62+171=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EAB is #36C154. Grayscale: #737373. Windows color (decimal): -3588437 or 11222729. OLE color: 11222729.

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

Color convert

RGB 201 62 171 -
CMYK 0 0.69 0.15 0.21
HSL 312.95º 0.56% 0.52% -
HSV(B) 312.95º 0.69% 0.79% -
XYZ 33.16 18.8 40.41 -
YUV 115.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 201 62 171 0 0.69 0.15 0.21 312.95 0.56 0.52
Hex C9 3E AB 0 45 F 15 139 38 34
Octal 311 76 253 0 105 17 25 471 70 64
Binary 11001001 111110 10101011 0 1000101 1111 10101 100111001 111000 110100

Color Harmonies of #C93EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EAB

Black with #C93EAB

Text Example


Text Example

White with #C93EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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