Html Css Color HEX #CD378B Deep Cerise

📋 copy color: '#CD378B'

red 205 ◦ green 55 ◦ blue 139

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

Shades of Deep Cerise #CD378B

Tints of Deep Cerise #CD378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.78%

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

R = 51.38%
G = 13.78%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD378B (or 0xCD378B) is known color: Deep Cerise. HEX triplet: CD, 37 and 8B. RGB value is (205,55,139). Sum of RGB (Red+Green+Blue) = 205+55+139=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD378B is #32C874. Grayscale: #6D6D6D. Windows color (decimal): -3328117 or 9123789. OLE color: 9123789.

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

Color convert

RGB 205 55 139 -
CMYK 0 0.73 0.32 0.20
HSL 326.4º 0.6% 0.51% -
HSV(B) 326.4º 0.73% 0.8% -
XYZ 31.2 17.58 26.17 -
YUV 109.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 205 55 139 0 0.73 0.32 0.20 326.4 0.6 0.51
Hex CD 37 8B 0 49 20 14 146 3C 33
Octal 315 67 213 0 111 40 24 506 74 63
Binary 11001101 110111 10001011 0 1001001 100000 10100 101000110 111100 110011

Color Harmonies of #CD378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD378B

Black with #CD378B

Text Example


Text Example

White with #CD378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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