Html Css Color HEX #CD328B Deep Cerise

📋 copy color: '#CD328B'

red 205 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #CD328B

Tints of Deep Cerise #CD328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.69%

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 52.03%
G = 12.69%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD328B (or 0xCD328B) is known color: Deep Cerise. HEX triplet: CD, 32 and 8B. RGB value is (205,50,139). Sum of RGB (Red+Green+Blue) = 205+50+139=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD328B is #32CD74. Grayscale: #6A6A6A. Windows color (decimal): -3329397 or 9122509. OLE color: 9122509.

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

Color convert

RGB 205 50 139 -
CMYK 0 0.76 0.32 0.20
HSL 325.55º 0.61% 0.5% -
HSV(B) 325.55º 0.76% 0.8% -
XYZ 30.98 17.12 26.1 -
YUV 106.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 205 50 139 0 0.76 0.32 0.20 325.55 0.61 0.5
Hex CD 32 8B 0 4C 20 14 146 3D 32
Octal 315 62 213 0 114 40 24 506 75 62
Binary 11001101 110010 10001011 0 1001100 100000 10100 101000110 111101 110010

Color Harmonies of #CD328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD328B

Black with #CD328B

Text Example


Text Example

White with #CD328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD328B; }

 p { color: rgb(205,50,139); }

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

background-color css

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

 a { background-color: rgb(205,50,139); }

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

border-color css

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

 span { border-color: rgb(205,50,139); }

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