Html Css Color HEX #CF50A9 Mulberry

📋 copy color: '#CF50A9'

red 207 ◦ green 80 ◦ blue 169

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

Shades of Mulberry #CF50A9

Tints of Mulberry #CF50A9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.54%

 BLUE value IS 169 (66.41% from 255) = 37.06%

R = 45.39%
G = 17.54%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF50A9 (or 0xCF50A9) is known color: Mulberry. HEX triplet: CF, 50 and A9. RGB value is (207,80,169). Sum of RGB (Red+Green+Blue) = 207+80+169=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF50A9 is #30AF56. Grayscale: #7F7F7F. Windows color (decimal): -3190615 or 11096271. OLE color: 11096271.

HSL color Cylindrical-coordinate representation of color #CF50A9: hue angle of 317.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF50A9 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 80 169 -
CMYK 0 0.61 0.18 0.19
HSL 317.95º 0.57% 0.56% -
HSV(B) 317.95º 0.61% 0.81% -
XYZ 35.76 21.87 39.87 -
YUV 128.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 207 80 169 0 0.61 0.18 0.19 317.95 0.57 0.56
Hex CF 50 A9 0 3D 12 13 13E 39 38
Octal 317 120 251 0 75 22 23 476 71 70
Binary 11001111 1010000 10101001 0 111101 10010 10011 100111110 111001 111000

Color Harmonies of #CF50A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50A9

Black with #CF50A9

Text Example


Text Example

White with #CF50A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50A9; }

 p { color: rgb(207,80,169); }

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

background-color css

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

 a { background-color: rgb(207,80,169); }

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

border-color css

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

 span { border-color: rgb(207,80,169); }

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