Html Css Color HEX #CD359B Deep Cerise

📋 copy color: '#CD359B'

red 205 ◦ green 53 ◦ blue 155

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

Shades of Deep Cerise #CD359B

Tints of Deep Cerise #CD359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.83%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 49.64%
G = 12.83%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD359B (or 0xCD359B) is known color: Deep Cerise. HEX triplet: CD, 35 and 9B. RGB value is (205,53,155). Sum of RGB (Red+Green+Blue) = 205+53+155=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD359B is #32CA64. Grayscale: #6D6D6D. Windows color (decimal): -3328613 or 10171853. OLE color: 10171853.

HSL color Cylindrical-coordinate representation of color #CD359B: hue angle of 319.74º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD359B is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 155 -
CMYK 0 0.74 0.24 0.20
HSL 319.74º 0.6% 0.51% -
HSV(B) 319.74º 0.74% 0.8% -
XYZ 32.37 17.89 32.76 -
YUV 110.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 205 53 155 0 0.74 0.24 0.20 319.74 0.6 0.51
Hex CD 35 9B 0 4A 18 14 140 3C 33
Octal 315 65 233 0 112 30 24 500 74 63
Binary 11001101 110101 10011011 0 1001010 11000 10100 101000000 111100 110011

Color Harmonies of #CD359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD359B

Black with #CD359B

Text Example


Text Example

White with #CD359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD359B; }

 p { color: rgb(205,53,155); }

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

background-color css

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

 a { background-color: rgb(205,53,155); }

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

border-color css

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

 span { border-color: rgb(205,53,155); }

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