Html Css Color HEX #CD448E Mulberry

📋 copy color: '#CD448E'

red 205 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #CD448E

Tints of Mulberry #CD448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.39%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 49.4%
G = 16.39%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD448E (or 0xCD448E) is known color: Mulberry. HEX triplet: CD, 44 and 8E. RGB value is (205,68,142). Sum of RGB (Red+Green+Blue) = 205+68+142=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD448E is #32BB71. Grayscale: #757575. Windows color (decimal): -3324786 or 9323725. OLE color: 9323725.

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

Color convert

RGB 205 68 142 -
CMYK 0 0.67 0.31 0.20
HSL 327.59º 0.58% 0.54% -
HSV(B) 327.59º 0.67% 0.8% -
XYZ 32.13 19.07 27.58 -
YUV 117.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 205 68 142 0 0.67 0.31 0.20 327.59 0.58 0.54
Hex CD 44 8E 0 43 1F 14 148 3A 36
Octal 315 104 216 0 103 37 24 510 72 66
Binary 11001101 1000100 10001110 0 1000011 11111 10100 101001000 111010 110110

Color Harmonies of #CD448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD448E

Black with #CD448E

Text Example


Text Example

White with #CD448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD448E; }

 p { color: rgb(205,68,142); }

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

background-color css

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

 a { background-color: rgb(205,68,142); }

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

border-color css

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

 span { border-color: rgb(205,68,142); }

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