Html Css Color HEX #CD4197 Mulberry

📋 copy color: '#CD4197'

red 205 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #CD4197

Tints of Mulberry #CD4197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 48.69%
G = 15.44%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD4197 (or 0xCD4197) is known color: Mulberry. HEX triplet: CD, 41 and 97. RGB value is (205,65,151). Sum of RGB (Red+Green+Blue) = 205+65+151=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4197 is #32BE68. Grayscale: #747474. Windows color (decimal): -3325545 or 9912781. OLE color: 9912781.

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

Color convert

RGB 205 65 151 -
CMYK 0 0.68 0.26 0.20
HSL 323.14º 0.58% 0.53% -
HSV(B) 323.14º 0.68% 0.8% -
XYZ 32.65 18.99 31.22 -
YUV 116.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 205 65 151 0 0.68 0.26 0.20 323.14 0.58 0.53
Hex CD 41 97 0 44 1A 14 143 3A 35
Octal 315 101 227 0 104 32 24 503 72 65
Binary 11001101 1000001 10010111 0 1000100 11010 10100 101000011 111010 110101

Color Harmonies of #CD4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4197

Black with #CD4197

Text Example


Text Example

White with #CD4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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