Html Css Color HEX #CD4D7C Cranberry

📋 copy color: '#CD4D7C'

red 205 ◦ green 77 ◦ blue 124

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

Shades of Cranberry #CD4D7C

Tints of Cranberry #CD4D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 50.49%
G = 18.97%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD4D7C (or 0xCD4D7C) is known color: Cranberry. HEX triplet: CD, 4D and 7C. RGB value is (205,77,124). Sum of RGB (Red+Green+Blue) = 205+77+124=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D7C is #32B283. Grayscale: #787878. Windows color (decimal): -3322500 or 8146381. OLE color: 8146381.

HSL color Cylindrical-coordinate representation of color #CD4D7C: hue angle of 337.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D7C is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 77 124 -
CMYK 0 0.62 0.40 0.20
HSL 337.97º 0.56% 0.55% -
HSV(B) 337.97º 0.62% 0.8% -
XYZ 31.47 19.74 21.22 -
YUV 120.63 129.91 188.18 -
System Red Green Blue C M Y K H S L
Decimal 205 77 124 0 0.62 0.40 0.20 337.97 0.56 0.55
Hex CD 4D 7C 0 3E 28 14 152 38 37
Octal 315 115 174 0 76 50 24 522 70 67
Binary 11001101 1001101 1111100 0 111110 101000 10100 101010010 111000 110111

Color Harmonies of #CD4D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D7C

Black with #CD4D7C

Text Example


Text Example

White with #CD4D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D7C; }

 p { color: rgb(205,77,124); }

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

background-color css

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

 a { background-color: rgb(205,77,124); }

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

border-color css

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

 span { border-color: rgb(205,77,124); }

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