Html Css Color HEX #C93CAF Fuchsia

📋 copy color: '#C93CAF'

red 201 ◦ green 60 ◦ blue 175

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

Shades of Fuchsia #C93CAF

Tints of Fuchsia #C93CAF

RGB

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

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

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

R = 46.1%
G = 13.76%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C93CAF (or 0xC93CAF) is known color: Fuchsia. HEX triplet: C9, 3C and AF. RGB value is (201,60,175). Sum of RGB (Red+Green+Blue) = 201+60+175=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CAF is #36C350. Grayscale: #727272. Windows color (decimal): -3588945 or 11484361. OLE color: 11484361.

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

Color convert

RGB 201 60 175 -
CMYK 0 0.70 0.13 0.21
HSL 311.06º 0.57% 0.51% -
HSV(B) 311.06º 0.7% 0.79% -
XYZ 33.44 18.74 42.41 -
YUV 115.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 201 60 175 0 0.70 0.13 0.21 311.06 0.57 0.51
Hex C9 3C AF 0 46 D 15 137 39 33
Octal 311 74 257 0 106 15 25 467 71 63
Binary 11001001 111100 10101111 0 1000110 1101 10101 100110111 111001 110011

Color Harmonies of #C93CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CAF

Black with #C93CAF

Text Example


Text Example

White with #C93CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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