Html Css Color HEX #CF48A4 Mulberry

📋 copy color: '#CF48A4'

red 207 ◦ green 72 ◦ blue 164

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

Shades of Mulberry #CF48A4

Tints of Mulberry #CF48A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.02%

R = 46.73%
G = 16.25%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CF48A4 (or 0xCF48A4) is known color: Mulberry. HEX triplet: CF, 48 and A4. RGB value is (207,72,164). Sum of RGB (Red+Green+Blue) = 207+72+164=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48A4 is #30B75B. Grayscale: #7A7A7A. Windows color (decimal): -3192668 or 10766543. OLE color: 10766543.

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

Color convert

RGB 207 72 164 -
CMYK 0 0.65 0.21 0.19
HSL 319.11º 0.58% 0.55% -
HSV(B) 319.11º 0.65% 0.81% -
XYZ 34.75 20.58 37.26 -
YUV 122.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 207 72 164 0 0.65 0.21 0.19 319.11 0.58 0.55
Hex CF 48 A4 0 41 15 13 13F 3A 37
Octal 317 110 244 0 101 25 23 477 72 67
Binary 11001111 1001000 10100100 0 1000001 10101 10011 100111111 111010 110111

Color Harmonies of #CF48A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48A4

Black with #CF48A4

Text Example


Text Example

White with #CF48A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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