#CD4F7D

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

Shades of Cranberry #CD4F7D

Tints of Cranberry #CD4F7D

Color information

#CD4F7D (or 0xCD4F7D) is unknown color: approx Cranberry. HEX triplet: CD, 4F and 7D. RGB value is (205,79,125). Sum of RGB (Red+Green+Blue) = 205+79+125=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4F7D is #32B082. Grayscale: #797979. Windows color (decimal): -3321987 or 8212429. OLE color: 8212429.

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

Color convert

RGB20579125-
CMYK00.610.390.20
HSL338.1º55.75%55.69%-
HSV(B)338.1º61.46%80.39%-
XYZ31.6720.0521.6-
YUV121.92129.74187.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=50.12%
G=19.32%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057912500.610.390.20338.155.7555.69
HexCD4F7D03D27141523838
Octal31511717507547245227070
Binary1100110110011111111101011110110011110100101010010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4F7D; }

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

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

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

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

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

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

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

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