Html Css Color HEX #C93BAF Fuchsia

📋 copy color: '#C93BAF'

red 201 ◦ green 59 ◦ blue 175

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

Shades of Fuchsia #C93BAF

Tints of Fuchsia #C93BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 46.21%
G = 13.56%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C93BAF (or 0xC93BAF) is known color: Fuchsia. HEX triplet: C9, 3B and AF. RGB value is (201,59,175). Sum of RGB (Red+Green+Blue) = 201+59+175=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BAF is #36C450. Grayscale: #727272. Windows color (decimal): -3589201 or 11484105. OLE color: 11484105.

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

Color convert

RGB 201 59 175 -
CMYK 0 0.71 0.13 0.21
HSL 310.99º 0.57% 0.51% -
HSV(B) 310.99º 0.71% 0.79% -
XYZ 33.39 18.64 42.4 -
YUV 114.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 201 59 175 0 0.71 0.13 0.21 310.99 0.57 0.51
Hex C9 3B AF 0 47 D 15 137 39 33
Octal 311 73 257 0 107 15 25 467 71 63
Binary 11001001 111011 10101111 0 1000111 1101 10101 100110111 111001 110011

Color Harmonies of #C93BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BAF

Black with #C93BAF

Text Example


Text Example

White with #C93BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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