Html Css Color HEX #C93AB1 Fuchsia

📋 copy color: '#C93AB1'

red 201 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #C93AB1

Tints of Fuchsia #C93AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 46.1%
G = 13.3%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C93AB1 (or 0xC93AB1) is known color: Fuchsia. HEX triplet: C9, 3A and B1. RGB value is (201,58,177). Sum of RGB (Red+Green+Blue) = 201+58+177=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93AB1 is #36C54E. Grayscale: #717171. Windows color (decimal): -3589455 or 11614921. OLE color: 11614921.

HSL color Cylindrical-coordinate representation of color #C93AB1: hue angle of 310.07º 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 #C93AB1 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 58 177 -
CMYK 0 0.71 0.12 0.21
HSL 310.07º 0.57% 0.51% -
HSV(B) 310.07º 0.71% 0.79% -
XYZ 33.54 18.62 43.42 -
YUV 114.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 201 58 177 0 0.71 0.12 0.21 310.07 0.57 0.51
Hex C9 3A B1 0 47 C 15 136 39 33
Octal 311 72 261 0 107 14 25 466 71 63
Binary 11001001 111010 10110001 0 1000111 1100 10101 100110110 111001 110011

Color Harmonies of #C93AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AB1

Black with #C93AB1

Text Example


Text Example

White with #C93AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AB1; }

 p { color: rgb(201,58,177); }

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

background-color css

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

 a { background-color: rgb(201,58,177); }

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

border-color css

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

 span { border-color: rgb(201,58,177); }

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