Html Css Color HEX #CD378A Deep Cerise

📋 copy color: '#CD378A'

red 205 ◦ green 55 ◦ blue 138

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

Shades of Deep Cerise #CD378A

Tints of Deep Cerise #CD378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 51.51%
G = 13.82%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD378A (or 0xCD378A) is known color: Deep Cerise. HEX triplet: CD, 37 and 8A. RGB value is (205,55,138). Sum of RGB (Red+Green+Blue) = 205+55+138=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD378A is #32C875. Grayscale: #6D6D6D. Windows color (decimal): -3328118 or 9058253. OLE color: 9058253.

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

Color convert

RGB 205 55 138 -
CMYK 0 0.73 0.33 0.20
HSL 326.8º 0.6% 0.51% -
HSV(B) 326.8º 0.73% 0.8% -
XYZ 31.13 17.55 25.79 -
YUV 109.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 205 55 138 0 0.73 0.33 0.20 326.8 0.6 0.51
Hex CD 37 8A 0 49 21 14 147 3C 33
Octal 315 67 212 0 111 41 24 507 74 63
Binary 11001101 110111 10001010 0 1001001 100001 10100 101000111 111100 110011

Color Harmonies of #CD378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD378A

Black with #CD378A

Text Example


Text Example

White with #CD378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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