Html Css Color HEX #CF48AA Mulberry

📋 copy color: '#CF48AA'

red 207 ◦ green 72 ◦ blue 170

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

Shades of Mulberry #CF48AA

Tints of Mulberry #CF48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.04%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 46.1%
G = 16.04%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF48AA (or 0xCF48AA) is known color: Mulberry. HEX triplet: CF, 48 and AA. RGB value is (207,72,170). Sum of RGB (Red+Green+Blue) = 207+72+170=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48AA is #30B755. Grayscale: #7B7B7B. Windows color (decimal): -3192662 or 11159759. OLE color: 11159759.

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

Color convert

RGB 207 72 170 -
CMYK 0 0.65 0.18 0.19
HSL 316.44º 0.58% 0.55% -
HSV(B) 316.44º 0.65% 0.81% -
XYZ 35.31 20.8 40.18 -
YUV 123.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 207 72 170 0 0.65 0.18 0.19 316.44 0.58 0.55
Hex CF 48 AA 0 41 12 13 13C 3A 37
Octal 317 110 252 0 101 22 23 474 72 67
Binary 11001111 1001000 10101010 0 1000001 10010 10011 100111100 111010 110111

Color Harmonies of #CF48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48AA

Black with #CF48AA

Text Example


Text Example

White with #CF48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48AA; }

 p { color: rgb(207,72,170); }

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

background-color css

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

 a { background-color: rgb(207,72,170); }

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

border-color css

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

 span { border-color: rgb(207,72,170); }

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