Html Css Color HEX #CD357C Deep Cerise

📋 copy color: '#CD357C'

red 205 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #CD357C

Tints of Deep Cerise #CD357C

RGB

 RED value IS 205 (80.47% from 255) = 53.66%

 GREEN value IS 53 (21.09% from 255) = 13.87%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 53.66%
G = 13.87%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD357C (or 0xCD357C) is known color: Deep Cerise. HEX triplet: CD, 35 and 7C. RGB value is (205,53,124). Sum of RGB (Red+Green+Blue) = 205+53+124=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD357C is #32CA83. Grayscale: #6A6A6A. Windows color (decimal): -3328644 or 8140237. OLE color: 8140237.

HSL color Cylindrical-coordinate representation of color #CD357C: hue angle of 331.97º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD357C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 124 -
CMYK 0 0.74 0.40 0.20
HSL 331.97º 0.6% 0.51% -
HSV(B) 331.97º 0.74% 0.8% -
XYZ 30.09 16.98 20.76 -
YUV 106.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 205 53 124 0 0.74 0.40 0.20 331.97 0.6 0.51
Hex CD 35 7C 0 4A 28 14 14C 3C 33
Octal 315 65 174 0 112 50 24 514 74 63
Binary 11001101 110101 1111100 0 1001010 101000 10100 101001100 111100 110011

Color Harmonies of #CD357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD357C

Black with #CD357C

Text Example


Text Example

White with #CD357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD357C; }

 p { color: rgb(205,53,124); }

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

background-color css

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

 a { background-color: rgb(205,53,124); }

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

border-color css

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

 span { border-color: rgb(205,53,124); }

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