Html Css Color HEX #CD4A98 Mulberry

📋 copy color: '#CD4A98'

red 205 ◦ green 74 ◦ blue 152

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

Shades of Mulberry #CD4A98

Tints of Mulberry #CD4A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 47.56%
G = 17.17%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD4A98 (or 0xCD4A98) is known color: Mulberry. HEX triplet: CD, 4A and 98. RGB value is (205,74,152). Sum of RGB (Red+Green+Blue) = 205+74+152=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A98 is #32B567. Grayscale: #797979. Windows color (decimal): -3323240 or 9980621. OLE color: 9980621.

HSL color Cylindrical-coordinate representation of color #CD4A98: hue angle of 324.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4A98 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 74 152 -
CMYK 0 0.64 0.26 0.20
HSL 324.27º 0.57% 0.55% -
HSV(B) 324.27º 0.64% 0.8% -
XYZ 33.29 20.14 31.84 -
YUV 122.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 205 74 152 0 0.64 0.26 0.20 324.27 0.57 0.55
Hex CD 4A 98 0 40 1A 14 144 39 37
Octal 315 112 230 0 100 32 24 504 71 67
Binary 11001101 1001010 10011000 0 1000000 11010 10100 101000100 111001 110111

Color Harmonies of #CD4A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A98

Black with #CD4A98

Text Example


Text Example

White with #CD4A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A98; }

 p { color: rgb(205,74,152); }

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

background-color css

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

 a { background-color: rgb(205,74,152); }

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

border-color css

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

 span { border-color: rgb(205,74,152); }

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