Html Css Color HEX #C93C7A Deep Cerise

📋 copy color: '#C93C7A'

red 201 ◦ green 60 ◦ blue 122

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

Shades of Deep Cerise #C93C7A

Tints of Deep Cerise #C93C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 52.48%
G = 15.67%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C93C7A (or 0xC93C7A) is known color: Deep Cerise. HEX triplet: C9, 3C and 7A. RGB value is (201,60,122). Sum of RGB (Red+Green+Blue) = 201+60+122=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C7A is #36C385. Grayscale: #6D6D6D. Windows color (decimal): -3588998 or 8010953. OLE color: 8010953.

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

Color convert

RGB 201 60 122 -
CMYK 0 0.70 0.39 0.21
HSL 333.62º 0.57% 0.51% -
HSV(B) 333.62º 0.7% 0.79% -
XYZ 29.22 17.05 20.16 -
YUV 109.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 201 60 122 0 0.70 0.39 0.21 333.62 0.57 0.51
Hex C9 3C 7A 0 46 27 15 14E 39 33
Octal 311 74 172 0 106 47 25 516 71 63
Binary 11001001 111100 1111010 0 1000110 100111 10101 101001110 111001 110011

Color Harmonies of #C93C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C7A

Black with #C93C7A

Text Example


Text Example

White with #C93C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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