Html Css Color HEX #CD389A Deep Cerise

📋 copy color: '#CD389A'

red 205 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #CD389A

Tints of Deep Cerise #CD389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 49.4%
G = 13.49%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD389A (or 0xCD389A) is known color: Deep Cerise. HEX triplet: CD, 38 and 9A. RGB value is (205,56,154). Sum of RGB (Red+Green+Blue) = 205+56+154=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD389A is #32C765. Grayscale: #6F6F6F. Windows color (decimal): -3327846 or 10107085. OLE color: 10107085.

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

Color convert

RGB 205 56 154 -
CMYK 0 0.73 0.25 0.20
HSL 320.54º 0.6% 0.51% -
HSV(B) 320.54º 0.73% 0.8% -
XYZ 32.42 18.14 32.36 -
YUV 111.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 205 56 154 0 0.73 0.25 0.20 320.54 0.6 0.51
Hex CD 38 9A 0 49 19 14 141 3C 33
Octal 315 70 232 0 111 31 24 501 74 63
Binary 11001101 111000 10011010 0 1001001 11001 10100 101000001 111100 110011

Color Harmonies of #CD389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD389A

Black with #CD389A

Text Example


Text Example

White with #CD389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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