Html Css Color HEX #CD369B Deep Cerise

📋 copy color: '#CD369B'

red 205 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #CD369B

Tints of Deep Cerise #CD369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

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

R = 49.52%
G = 13.04%
B = 37.44%

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

#CD369B (or 0xCD369B) is known color: Deep Cerise. HEX triplet: CD, 36 and 9B. RGB value is (205,54,155). Sum of RGB (Red+Green+Blue) = 205+54+155=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD369B is #32C964. Grayscale: #6E6E6E. Windows color (decimal): -3328357 or 10172109. OLE color: 10172109.

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

Color convert

RGB 205 54 155 -
CMYK 0 0.74 0.24 0.20
HSL 319.87º 0.6% 0.51% -
HSV(B) 319.87º 0.74% 0.8% -
XYZ 32.41 17.98 32.77 -
YUV 110.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 205 54 155 0 0.74 0.24 0.20 319.87 0.6 0.51
Hex CD 36 9B 0 4A 18 14 140 3C 33
Octal 315 66 233 0 112 30 24 500 74 63
Binary 11001101 110110 10011011 0 1001010 11000 10100 101000000 111100 110011

Color Harmonies of #CD369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD369B

Black with #CD369B

Text Example


Text Example

White with #CD369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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