Html Css Color HEX #CD398E Deep Cerise

📋 copy color: '#CD398E'

red 205 ◦ green 57 ◦ blue 142

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

Shades of Deep Cerise #CD398E

Tints of Deep Cerise #CD398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 50.74%
G = 14.11%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD398E (or 0xCD398E) is known color: Deep Cerise. HEX triplet: CD, 39 and 8E. RGB value is (205,57,142). Sum of RGB (Red+Green+Blue) = 205+57+142=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD398E is #32C671. Grayscale: #6E6E6E. Windows color (decimal): -3327602 or 9320909. OLE color: 9320909.

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

Color convert

RGB 205 57 142 -
CMYK 0 0.72 0.31 0.20
HSL 325.54º 0.6% 0.51% -
HSV(B) 325.54º 0.72% 0.8% -
XYZ 31.52 17.86 27.38 -
YUV 110.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 205 57 142 0 0.72 0.31 0.20 325.54 0.6 0.51
Hex CD 39 8E 0 48 1F 14 146 3C 33
Octal 315 71 216 0 110 37 24 506 74 63
Binary 11001101 111001 10001110 0 1001000 11111 10100 101000110 111100 110011

Color Harmonies of #CD398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD398E

Black with #CD398E

Text Example


Text Example

White with #CD398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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