Html Css Color HEX #CD368C Deep Cerise

📋 copy color: '#CD368C'

red 205 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #CD368C

Tints of Deep Cerise #CD368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 51.38%
G = 13.53%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD368C (or 0xCD368C) is known color: Deep Cerise. HEX triplet: CD, 36 and 8C. RGB value is (205,54,140). Sum of RGB (Red+Green+Blue) = 205+54+140=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD368C is #32C973. Grayscale: #6C6C6C. Windows color (decimal): -3328372 or 9189069. OLE color: 9189069.

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

Color convert

RGB 205 54 140 -
CMYK 0 0.74 0.32 0.20
HSL 325.83º 0.6% 0.51% -
HSV(B) 325.83º 0.74% 0.8% -
XYZ 31.23 17.51 26.54 -
YUV 108.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 205 54 140 0 0.74 0.32 0.20 325.83 0.6 0.51
Hex CD 36 8C 0 4A 20 14 146 3C 33
Octal 315 66 214 0 112 40 24 506 74 63
Binary 11001101 110110 10001100 0 1001010 100000 10100 101000110 111100 110011

Color Harmonies of #CD368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD368C

Black with #CD368C

Text Example


Text Example

White with #CD368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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