Html Css Color HEX #CD417D Mulberry

📋 copy color: '#CD417D'

red 205 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #CD417D

Tints of Mulberry #CD417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 51.9%
G = 16.46%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD417D (or 0xCD417D) is known color: Mulberry. HEX triplet: CD, 41 and 7D. RGB value is (205,65,125). Sum of RGB (Red+Green+Blue) = 205+65+125=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD417D is #32BE82. Grayscale: #717171. Windows color (decimal): -3325571 or 8208845. OLE color: 8208845.

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

Color convert

RGB 205 65 125 -
CMYK 0 0.68 0.39 0.20
HSL 334.29º 0.58% 0.53% -
HSV(B) 334.29º 0.68% 0.8% -
XYZ 30.77 18.24 21.3 -
YUV 113.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 205 65 125 0 0.68 0.39 0.20 334.29 0.58 0.53
Hex CD 41 7D 0 44 27 14 14E 3A 35
Octal 315 101 175 0 104 47 24 516 72 65
Binary 11001101 1000001 1111101 0 1000100 100111 10100 101001110 111010 110101

Color Harmonies of #CD417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD417D

Black with #CD417D

Text Example


Text Example

White with #CD417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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