Html Css Color HEX #CF499C Mulberry

📋 copy color: '#CF499C'

red 207 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #CF499C

Tints of Mulberry #CF499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 47.48%
G = 16.74%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF499C (or 0xCF499C) is known color: Mulberry. HEX triplet: CF, 49 and 9C. RGB value is (207,73,156). Sum of RGB (Red+Green+Blue) = 207+73+156=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF499C is #30B663. Grayscale: #7A7A7A. Windows color (decimal): -3192420 or 10242511. OLE color: 10242511.

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

Color convert

RGB 207 73 156 -
CMYK 0 0.65 0.25 0.19
HSL 322.84º 0.58% 0.55% -
HSV(B) 322.84º 0.65% 0.81% -
XYZ 34.12 20.43 33.6 -
YUV 122.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 207 73 156 0 0.65 0.25 0.19 322.84 0.58 0.55
Hex CF 49 9C 0 41 19 13 143 3A 37
Octal 317 111 234 0 101 31 23 503 72 67
Binary 11001111 1001001 10011100 0 1000001 11001 10011 101000011 111010 110111

Color Harmonies of #CF499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF499C

Black with #CF499C

Text Example


Text Example

White with #CF499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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