Html Css Color HEX #CF499E Mulberry

📋 copy color: '#CF499E'

red 207 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #CF499E

Tints of Mulberry #CF499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

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

R = 47.26%
G = 16.67%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF499E (or 0xCF499E) is known color: Mulberry. HEX triplet: CF, 49 and 9E. RGB value is (207,73,158). Sum of RGB (Red+Green+Blue) = 207+73+158=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF499E is #30B661. Grayscale: #7A7A7A. Windows color (decimal): -3192418 or 10373583. OLE color: 10373583.

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

Color convert

RGB 207 73 158 -
CMYK 0 0.65 0.24 0.19
HSL 321.94º 0.58% 0.55% -
HSV(B) 321.94º 0.65% 0.81% -
XYZ 34.29 20.5 34.5 -
YUV 122.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 207 73 158 0 0.65 0.24 0.19 321.94 0.58 0.55
Hex CF 49 9E 0 41 18 13 142 3A 37
Octal 317 111 236 0 101 30 23 502 72 67
Binary 11001111 1001001 10011110 0 1000001 11000 10011 101000010 111010 110111

Color Harmonies of #CF499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF499E

Black with #CF499E

Text Example


Text Example

White with #CF499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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