Html Css Color HEX #CD297D Deep Cerise

📋 copy color: '#CD297D'

red 205 ◦ green 41 ◦ blue 125

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

Shades of Deep Cerise #CD297D

Tints of Deep Cerise #CD297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 55.26%
G = 11.05%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD297D (or 0xCD297D) is known color: Deep Cerise. HEX triplet: CD, 29 and 7D. RGB value is (205,41,125). Sum of RGB (Red+Green+Blue) = 205+41+125=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD297D is #32D682. Grayscale: #636363. Windows color (decimal): -3331715 or 8202701. OLE color: 8202701.

HSL color Cylindrical-coordinate representation of color #CD297D: hue angle of 329.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD297D is Cyan = 0, Magento = 0.8, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 41 125 -
CMYK 0 0.8 0.39 0.20
HSL 329.27º 0.67% 0.48% -
HSV(B) 329.27º 0.8% 0.8% -
XYZ 29.67 16.05 20.94 -
YUV 99.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 205 41 125 0 0.8 0.39 0.20 329.27 0.67 0.48
Hex CD 29 7D 0 50 27 14 149 43 30
Octal 315 51 175 0 120 47 24 511 103 60
Binary 11001101 101001 1111101 0 1010000 100111 10100 101001001 1000011 110000

Color Harmonies of #CD297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD297D

Black with #CD297D

Text Example


Text Example

White with #CD297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD297D; }

 p { color: rgb(205,41,125); }

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

background-color css

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

 a { background-color: rgb(205,41,125); }

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

border-color css

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

 span { border-color: rgb(205,41,125); }

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