Html Css Color HEX #CD417B Cranberry

📋 copy color: '#CD417B'

red 205 ◦ green 65 ◦ blue 123

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

Shades of Cranberry #CD417B

Tints of Cranberry #CD417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 52.16%
G = 16.54%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD417B (or 0xCD417B) is known color: Cranberry. HEX triplet: CD, 41 and 7B. RGB value is (205,65,123). Sum of RGB (Red+Green+Blue) = 205+65+123=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD417B is #32BE84. Grayscale: #717171. Windows color (decimal): -3325573 or 8077773. OLE color: 8077773.

HSL color Cylindrical-coordinate representation of color #CD417B: hue angle of 335.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD417B is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 123 -
CMYK 0 0.68 0.4 0.20
HSL 335.14º 0.58% 0.53% -
HSV(B) 335.14º 0.68% 0.8% -
XYZ 30.64 18.19 20.63 -
YUV 113.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 205 65 123 0 0.68 0.4 0.20 335.14 0.58 0.53
Hex CD 41 7B 0 44 28 14 14F 3A 35
Octal 315 101 173 0 104 50 24 517 72 65
Binary 11001101 1000001 1111011 0 1000100 101000 10100 101001111 111010 110101

Color Harmonies of #CD417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD417B

Black with #CD417B

Text Example


Text Example

White with #CD417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD417B; }

 p { color: rgb(205,65,123); }

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

background-color css

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

 a { background-color: rgb(205,65,123); }

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

border-color css

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

 span { border-color: rgb(205,65,123); }

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