Html Css Color HEX #CD427C Mulberry

📋 copy color: '#CD427C'

red 205 ◦ green 66 ◦ blue 124

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

Shades of Mulberry #CD427C

Tints of Mulberry #CD427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 51.9%
G = 16.71%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD427C (or 0xCD427C) is known color: Mulberry. HEX triplet: CD, 42 and 7C. RGB value is (205,66,124). Sum of RGB (Red+Green+Blue) = 205+66+124=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD427C is #32BD83. Grayscale: #727272. Windows color (decimal): -3325316 or 8143565. OLE color: 8143565.

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

Color convert

RGB 205 66 124 -
CMYK 0 0.68 0.40 0.20
HSL 334.96º 0.58% 0.53% -
HSV(B) 334.96º 0.68% 0.8% -
XYZ 30.76 18.33 20.99 -
YUV 114.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 205 66 124 0 0.68 0.40 0.20 334.96 0.58 0.53
Hex CD 42 7C 0 44 28 14 14F 3A 35
Octal 315 102 174 0 104 50 24 517 72 65
Binary 11001101 1000010 1111100 0 1000100 101000 10100 101001111 111010 110101

Color Harmonies of #CD427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD427C

Black with #CD427C

Text Example


Text Example

White with #CD427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD427C; }

 p { color: rgb(205,66,124); }

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

background-color css

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

 a { background-color: rgb(205,66,124); }

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

border-color css

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

 span { border-color: rgb(205,66,124); }

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