Html Css Color HEX #CD377D Deep Cerise

📋 copy color: '#CD377D'

red 205 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #CD377D

Tints of Deep Cerise #CD377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 53.25%
G = 14.29%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD377D (or 0xCD377D) is known color: Deep Cerise. HEX triplet: CD, 37 and 7D. RGB value is (205,55,125). Sum of RGB (Red+Green+Blue) = 205+55+125=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD377D is #32C882. Grayscale: #6B6B6B. Windows color (decimal): -3328131 or 8206285. OLE color: 8206285.

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

Color convert

RGB 205 55 125 -
CMYK 0 0.73 0.39 0.20
HSL 332º 0.6% 0.51% -
HSV(B) 332º 0.73% 0.8% -
XYZ 30.24 17.19 21.13 -
YUV 107.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 205 55 125 0 0.73 0.39 0.20 332 0.6 0.51
Hex CD 37 7D 0 49 27 14 14C 3C 33
Octal 315 67 175 0 111 47 24 514 74 63
Binary 11001101 110111 1111101 0 1001001 100111 10100 101001100 111100 110011

Color Harmonies of #CD377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD377D

Black with #CD377D

Text Example


Text Example

White with #CD377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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