Html Css Color HEX #CD388C Deep Cerise

📋 copy color: '#CD388C'

red 205 ◦ green 56 ◦ blue 140

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

Shades of Deep Cerise #CD388C

Tints of Deep Cerise #CD388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.97%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 51.12%
G = 13.97%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD388C (or 0xCD388C) is known color: Deep Cerise. HEX triplet: CD, 38 and 8C. RGB value is (205,56,140). Sum of RGB (Red+Green+Blue) = 205+56+140=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD388C is #32C773. Grayscale: #6D6D6D. Windows color (decimal): -3327860 or 9189581. OLE color: 9189581.

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

Color convert

RGB 205 56 140 -
CMYK 0 0.73 0.32 0.20
HSL 326.17º 0.6% 0.51% -
HSV(B) 326.17º 0.73% 0.8% -
XYZ 31.32 17.7 26.58 -
YUV 110.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 205 56 140 0 0.73 0.32 0.20 326.17 0.6 0.51
Hex CD 38 8C 0 49 20 14 146 3C 33
Octal 315 70 214 0 111 40 24 506 74 63
Binary 11001101 111000 10001100 0 1001001 100000 10100 101000110 111100 110011

Color Harmonies of #CD388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD388C

Black with #CD388C

Text Example


Text Example

White with #CD388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD388C; }

 p { color: rgb(205,56,140); }

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

background-color css

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

 a { background-color: rgb(205,56,140); }

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

border-color css

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

 span { border-color: rgb(205,56,140); }

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