Html Css Color HEX #CD397A Deep Cerise

📋 copy color: '#CD397A'

red 205 ◦ green 57 ◦ blue 122

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

Shades of Deep Cerise #CD397A

Tints of Deep Cerise #CD397A

RGB

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

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

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

R = 53.39%
G = 14.84%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD397A (or 0xCD397A) is known color: Deep Cerise. HEX triplet: CD, 39 and 7A. RGB value is (205,57,122). Sum of RGB (Red+Green+Blue) = 205+57+122=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD397A is #32C685. Grayscale: #6C6C6C. Windows color (decimal): -3327622 or 8010189. OLE color: 8010189.

HSL color Cylindrical-coordinate representation of color #CD397A: hue angle of 333.65º 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 #CD397A is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 57 122 -
CMYK 0 0.72 0.40 0.20
HSL 333.65º 0.6% 0.51% -
HSV(B) 333.65º 0.72% 0.8% -
XYZ 30.15 17.31 20.16 -
YUV 108.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 205 57 122 0 0.72 0.40 0.20 333.65 0.6 0.51
Hex CD 39 7A 0 48 28 14 14E 3C 33
Octal 315 71 172 0 110 50 24 516 74 63
Binary 11001101 111001 1111010 0 1001000 101000 10100 101001110 111100 110011

Color Harmonies of #CD397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD397A

Black with #CD397A

Text Example


Text Example

White with #CD397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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