Html Css Color HEX #CF48A0 Mulberry

📋 copy color: '#CF48A0'

red 207 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #CF48A0

Tints of Mulberry #CF48A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.45%

R = 47.15%
G = 16.4%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF48A0 (or 0xCF48A0) is known color: Mulberry. HEX triplet: CF, 48 and A0. RGB value is (207,72,160). Sum of RGB (Red+Green+Blue) = 207+72+160=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48A0 is #30B75F. Grayscale: #7A7A7A. Windows color (decimal): -3192672 or 10504399. OLE color: 10504399.

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

Color convert

RGB 207 72 160 -
CMYK 0 0.65 0.23 0.19
HSL 320.89º 0.58% 0.55% -
HSV(B) 320.89º 0.65% 0.81% -
XYZ 34.39 20.44 35.39 -
YUV 122.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 207 72 160 0 0.65 0.23 0.19 320.89 0.58 0.55
Hex CF 48 A0 0 41 17 13 141 3A 37
Octal 317 110 240 0 101 27 23 501 72 67
Binary 11001111 1001000 10100000 0 1000001 10111 10011 101000001 111010 110111

Color Harmonies of #CF48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48A0

Black with #CF48A0

Text Example


Text Example

White with #CF48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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