Html Css Color HEX #CD419D Mulberry

📋 copy color: '#CD419D'

red 205 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #CD419D

Tints of Mulberry #CD419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 48.01%
G = 15.22%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD419D (or 0xCD419D) is known color: Mulberry. HEX triplet: CD, 41 and 9D. RGB value is (205,65,157). Sum of RGB (Red+Green+Blue) = 205+65+157=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD419D is #32BE62. Grayscale: #757575. Windows color (decimal): -3325539 or 10305997. OLE color: 10305997.

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

Color convert

RGB 205 65 157 -
CMYK 0 0.68 0.23 0.20
HSL 320.57º 0.58% 0.53% -
HSV(B) 320.57º 0.68% 0.8% -
XYZ 33.15 19.19 33.86 -
YUV 117.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 205 65 157 0 0.68 0.23 0.20 320.57 0.58 0.53
Hex CD 41 9D 0 44 17 14 141 3A 35
Octal 315 101 235 0 104 27 24 501 72 65
Binary 11001101 1000001 10011101 0 1000100 10111 10100 101000001 111010 110101

Color Harmonies of #CD419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD419D

Black with #CD419D

Text Example


Text Example

White with #CD419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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