Html Css Color HEX #CF479D Mulberry

📋 copy color: '#CF479D'

red 207 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #CF479D

Tints of Mulberry #CF479D

RGB

 RED value IS 207 (81.25% from 255) = 47.59%

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 47.59%
G = 16.32%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF479D (or 0xCF479D) is known color: Mulberry. HEX triplet: CF, 47 and 9D. RGB value is (207,71,157). Sum of RGB (Red+Green+Blue) = 207+71+157=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF479D is #30B862. Grayscale: #797979. Windows color (decimal): -3192931 or 10307535. OLE color: 10307535.

HSL color Cylindrical-coordinate representation of color #CF479D: hue angle of 322.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF479D is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 157 -
CMYK 0 0.66 0.24 0.19
HSL 322.06º 0.59% 0.55% -
HSV(B) 322.06º 0.66% 0.81% -
XYZ 34.07 20.21 34 -
YUV 121.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 207 71 157 0 0.66 0.24 0.19 322.06 0.59 0.55
Hex CF 47 9D 0 42 18 13 142 3B 37
Octal 317 107 235 0 102 30 23 502 73 67
Binary 11001111 1000111 10011101 0 1000010 11000 10011 101000010 111011 110111

Color Harmonies of #CF479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF479D

Black with #CF479D

Text Example


Text Example

White with #CF479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF479D; }

 p { color: rgb(207,71,157); }

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

background-color css

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

 a { background-color: rgb(207,71,157); }

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

border-color css

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

 span { border-color: rgb(207,71,157); }

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