Html Css Color HEX #CF47A1 Mulberry

📋 copy color: '#CF47A1'

red 207 ◦ green 71 ◦ blue 161

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

Shades of Mulberry #CF47A1

Tints of Mulberry #CF47A1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.17%

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 47.15%
G = 16.17%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF47A1 (or 0xCF47A1) is known color: Mulberry. HEX triplet: CF, 47 and A1. RGB value is (207,71,161). Sum of RGB (Red+Green+Blue) = 207+71+161=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF47A1 is #30B85E. Grayscale: #797979. Windows color (decimal): -3192927 or 10569679. OLE color: 10569679.

HSL color Cylindrical-coordinate representation of color #CF47A1: hue angle of 320.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF47A1 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 161 -
CMYK 0 0.66 0.22 0.19
HSL 320.29º 0.59% 0.55% -
HSV(B) 320.29º 0.66% 0.81% -
XYZ 34.42 20.35 35.83 -
YUV 121.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 207 71 161 0 0.66 0.22 0.19 320.29 0.59 0.55
Hex CF 47 A1 0 42 16 13 140 3B 37
Octal 317 107 241 0 102 26 23 500 73 67
Binary 11001111 1000111 10100001 0 1000010 10110 10011 101000000 111011 110111

Color Harmonies of #CF47A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47A1

Black with #CF47A1

Text Example


Text Example

White with #CF47A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47A1; }

 p { color: rgb(207,71,161); }

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

background-color css

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

 a { background-color: rgb(207,71,161); }

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

border-color css

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

 span { border-color: rgb(207,71,161); }

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