Html Css Color HEX #C93F5D Mandy

📋 copy color: '#C93F5D'

red 201 ◦ green 63 ◦ blue 93

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

Shades of Mandy #C93F5D

Tints of Mandy #C93F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 56.3%
G = 17.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C93F5D (or 0xC93F5D) is known color: Mandy. HEX triplet: C9, 3F and 5D. RGB value is (201,63,93). Sum of RGB (Red+Green+Blue) = 201+63+93=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F5D is #36C0A2. Grayscale: #6B6B6B. Windows color (decimal): -3588259 or 6111177. OLE color: 6111177.

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

Color convert

RGB 201 63 93 -
CMYK 0 0.69 0.54 0.21
HSL 346.96º 0.56% 0.52% -
HSV(B) 346.96º 0.69% 0.79% -
XYZ 27.84 16.76 12.12 -
YUV 107.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 201 63 93 0 0.69 0.54 0.21 346.96 0.56 0.52
Hex C9 3F 5D 0 45 36 15 15B 38 34
Octal 311 77 135 0 105 66 25 533 70 64
Binary 11001001 111111 1011101 0 1000101 110110 10101 101011011 111000 110100

Color Harmonies of #C93F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F5D

Black with #C93F5D

Text Example


Text Example

White with #C93F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F5D; }

 p { color: rgb(201,63,93); }

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

background-color css

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

 a { background-color: rgb(201,63,93); }

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

border-color css

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

 span { border-color: rgb(201,63,93); }

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