Html Css Color HEX #C93DAA Fuchsia

📋 copy color: '#C93DAA'

red 201 ◦ green 61 ◦ blue 170

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

Shades of Fuchsia #C93DAA

Tints of Fuchsia #C93DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.12%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 46.53%
G = 14.12%
B = 39.35%

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

#C93DAA (or 0xC93DAA) is known color: Fuchsia. HEX triplet: C9, 3D and AA. RGB value is (201,61,170). Sum of RGB (Red+Green+Blue) = 201+61+170=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DAA is #36C255. Grayscale: #727272. Windows color (decimal): -3588694 or 11156937. OLE color: 11156937.

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

Color convert

RGB 201 61 170 -
CMYK 0 0.70 0.15 0.21
HSL 313.29º 0.56% 0.51% -
HSV(B) 313.29º 0.7% 0.79% -
XYZ 33.01 18.66 39.89 -
YUV 115.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 201 61 170 0 0.70 0.15 0.21 313.29 0.56 0.51
Hex C9 3D AA 0 46 F 15 139 38 33
Octal 311 75 252 0 106 17 25 471 70 63
Binary 11001001 111101 10101010 0 1000110 1111 10101 100111001 111000 110011

Color Harmonies of #C93DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DAA

Black with #C93DAA

Text Example


Text Example

White with #C93DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DAA; }

 p { color: rgb(201,61,170); }

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

background-color css

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

 a { background-color: rgb(201,61,170); }

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

border-color css

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

 span { border-color: rgb(201,61,170); }

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