Html Css Color HEX #CF479A Mulberry

📋 copy color: '#CF479A'

red 207 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #CF479A

Tints of Mulberry #CF479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.65%

R = 47.92%
G = 16.44%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF479A (or 0xCF479A) is known color: Mulberry. HEX triplet: CF, 47 and 9A. RGB value is (207,71,154). Sum of RGB (Red+Green+Blue) = 207+71+154=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF479A is #30B865. Grayscale: #787878. Windows color (decimal): -3192934 or 10110927. OLE color: 10110927.

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

Color convert

RGB 207 71 154 -
CMYK 0 0.66 0.26 0.19
HSL 323.38º 0.59% 0.55% -
HSV(B) 323.38º 0.66% 0.81% -
XYZ 33.82 20.1 32.67 -
YUV 121.13 146.56 189.25 -
System Red Green Blue C M Y K H S L
Decimal 207 71 154 0 0.66 0.26 0.19 323.38 0.59 0.55
Hex CF 47 9A 0 42 1A 13 143 3B 37
Octal 317 107 232 0 102 32 23 503 73 67
Binary 11001111 1000111 10011010 0 1000010 11010 10011 101000011 111011 110111

Color Harmonies of #CF479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF479A

Black with #CF479A

Text Example


Text Example

White with #CF479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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