Html Css Color HEX #CD3973 Cerise

📋 copy color: '#CD3973'

red 205 ◦ green 57 ◦ blue 115

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

Shades of Cerise #CD3973

Tints of Cerise #CD3973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 54.38%
G = 15.12%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD3973 (or 0xCD3973) is known color: Cerise. HEX triplet: CD, 39 and 73. RGB value is (205,57,115). Sum of RGB (Red+Green+Blue) = 205+57+115=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3973 is #32C68C. Grayscale: #6B6B6B. Windows color (decimal): -3327629 or 7551437. OLE color: 7551437.

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

Color convert

RGB 205 57 115 -
CMYK 0 0.72 0.44 0.20
HSL 336.49º 0.6% 0.51% -
HSV(B) 336.49º 0.72% 0.8% -
XYZ 29.73 17.14 17.96 -
YUV 107.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 205 57 115 0 0.72 0.44 0.20 336.49 0.6 0.51
Hex CD 39 73 0 48 2C 14 150 3C 33
Octal 315 71 163 0 110 54 24 520 74 63
Binary 11001101 111001 1110011 0 1001000 101100 10100 101010000 111100 110011

Color Harmonies of #CD3973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3973

Black with #CD3973

Text Example


Text Example

White with #CD3973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3973; }

 p { color: rgb(205,57,115); }

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

background-color css

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

 a { background-color: rgb(205,57,115); }

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

border-color css

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

 span { border-color: rgb(205,57,115); }

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