#CD4F7C

Color #CD4F7C Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #CD4F7C

Tints of Cranberry #CD4F7C

Color information

#CD4F7C (or 0xCD4F7C) is unknown color: approx Cranberry. HEX triplet: CD, 4F and 7C. RGB value is (205,79,124). Sum of RGB (Red+Green+Blue) = 205+79+124=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4F7C is #32B083. Grayscale: #797979. Windows color (decimal): -3321988 or 8146893. OLE color: 8146893.

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

Color convert

RGB20579124-
CMYK00.610.400.20
HSL338.57º55.75%55.69%-
HSV(B)338.57º61.46%80.39%-
XYZ31.6120.0321.27-
YUV121.8129.24187.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=50.25%
G=19.36%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057912400.610.400.20338.5755.7555.69
HexCD4F7C03D28141533838
Octal31511717407550245237070
Binary1100110110011111111100011110110100010100101010011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4F7C; }

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

 H1.HeaderClassName
 {
   color: #CD4F7C;
 }
 .AnyTagClassName
 {
   color: #CD4F7C;
 }
</style>
background-color css

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

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

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

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

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

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