Html Css Color HEX #CD377F Deep Cerise

📋 copy color: '#CD377F'

red 205 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #CD377F

Tints of Deep Cerise #CD377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 52.97%
G = 14.21%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD377F (or 0xCD377F) is known color: Deep Cerise. HEX triplet: CD, 37 and 7F. RGB value is (205,55,127). Sum of RGB (Red+Green+Blue) = 205+55+127=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD377F is #32C880. Grayscale: #6B6B6B. Windows color (decimal): -3328129 or 8337357. OLE color: 8337357.

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

Color convert

RGB 205 55 127 -
CMYK 0 0.73 0.38 0.20
HSL 331.2º 0.6% 0.51% -
HSV(B) 331.2º 0.73% 0.8% -
XYZ 30.37 17.24 21.81 -
YUV 108.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 205 55 127 0 0.73 0.38 0.20 331.2 0.6 0.51
Hex CD 37 7F 0 49 26 14 14B 3C 33
Octal 315 67 177 0 111 46 24 513 74 63
Binary 11001101 110111 1111111 0 1001001 100110 10100 101001011 111100 110011

Color Harmonies of #CD377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD377F

Black with #CD377F

Text Example


Text Example

White with #CD377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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