Html Css Color HEX #CF479E Mulberry

📋 copy color: '#CF479E'

red 207 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #CF479E

Tints of Mulberry #CF479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 47.48%
G = 16.28%
B = 36.24%

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

#CF479E (or 0xCF479E) is known color: Mulberry. HEX triplet: CF, 47 and 9E. RGB value is (207,71,158). Sum of RGB (Red+Green+Blue) = 207+71+158=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF479E is #30B861. Grayscale: #797979. Windows color (decimal): -3192930 or 10373071. OLE color: 10373071.

HSL color Cylindrical-coordinate representation of color #CF479E: hue angle of 321.62º 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 #CF479E is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 158 -
CMYK 0 0.66 0.24 0.19
HSL 321.62º 0.59% 0.55% -
HSV(B) 321.62º 0.66% 0.81% -
XYZ 34.16 20.24 34.45 -
YUV 121.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 207 71 158 0 0.66 0.24 0.19 321.62 0.59 0.55
Hex CF 47 9E 0 42 18 13 142 3B 37
Octal 317 107 236 0 102 30 23 502 73 67
Binary 11001111 1000111 10011110 0 1000010 11000 10011 101000010 111011 110111

Color Harmonies of #CF479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF479E

Black with #CF479E

Text Example


Text Example

White with #CF479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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