Html Css Color HEX #CD388F Deep Cerise

📋 copy color: '#CD388F'

red 205 ◦ green 56 ◦ blue 143

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

Shades of Deep Cerise #CD388F

Tints of Deep Cerise #CD388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 50.74%
G = 13.86%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD388F (or 0xCD388F) is known color: Deep Cerise. HEX triplet: CD, 38 and 8F. RGB value is (205,56,143). Sum of RGB (Red+Green+Blue) = 205+56+143=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD388F is #32C770. Grayscale: #6E6E6E. Windows color (decimal): -3327857 or 9386189. OLE color: 9386189.

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

Color convert

RGB 205 56 143 -
CMYK 0 0.73 0.30 0.20
HSL 324.97º 0.6% 0.51% -
HSV(B) 324.97º 0.73% 0.8% -
XYZ 31.55 17.79 27.76 -
YUV 110.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 205 56 143 0 0.73 0.30 0.20 324.97 0.6 0.51
Hex CD 38 8F 0 49 1E 14 145 3C 33
Octal 315 70 217 0 111 36 24 505 74 63
Binary 11001101 111000 10001111 0 1001001 11110 10100 101000101 111100 110011

Color Harmonies of #CD388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD388F

Black with #CD388F

Text Example


Text Example

White with #CD388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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