Html Css Color HEX #CD378F Deep Cerise

📋 copy color: '#CD378F'

red 205 ◦ green 55 ◦ blue 143

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

Shades of Deep Cerise #CD378F

Tints of Deep Cerise #CD378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 50.87%
G = 13.65%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD378F (or 0xCD378F) is known color: Deep Cerise. HEX triplet: CD, 37 and 8F. RGB value is (205,55,143). Sum of RGB (Red+Green+Blue) = 205+55+143=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD378F is #32C870. Grayscale: #6D6D6D. Windows color (decimal): -3328113 or 9385933. OLE color: 9385933.

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

Color convert

RGB 205 55 143 -
CMYK 0 0.73 0.30 0.20
HSL 324.8º 0.6% 0.51% -
HSV(B) 324.8º 0.73% 0.8% -
XYZ 31.5 17.69 27.74 -
YUV 109.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 205 55 143 0 0.73 0.30 0.20 324.8 0.6 0.51
Hex CD 37 8F 0 49 1E 14 145 3C 33
Octal 315 67 217 0 111 36 24 505 74 63
Binary 11001101 110111 10001111 0 1001001 11110 10100 101000101 111100 110011

Color Harmonies of #CD378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD378F

Black with #CD378F

Text Example


Text Example

White with #CD378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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