Html Css Color HEX #CF47A5 Mulberry

📋 copy color: '#CF47A5'

red 207 ◦ green 71 ◦ blue 165

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

Shades of Mulberry #CF47A5

Tints of Mulberry #CF47A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 46.73%
G = 16.03%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF47A5 (or 0xCF47A5) is known color: Mulberry. HEX triplet: CF, 47 and A5. RGB value is (207,71,165). Sum of RGB (Red+Green+Blue) = 207+71+165=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF47A5 is #30B85A. Grayscale: #7A7A7A. Windows color (decimal): -3192923 or 10831823. OLE color: 10831823.

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

Color convert

RGB 207 71 165 -
CMYK 0 0.66 0.20 0.19
HSL 318.53º 0.59% 0.55% -
HSV(B) 318.53º 0.66% 0.81% -
XYZ 34.78 20.49 37.72 -
YUV 122.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 207 71 165 0 0.66 0.20 0.19 318.53 0.59 0.55
Hex CF 47 A5 0 42 14 13 13F 3B 37
Octal 317 107 245 0 102 24 23 477 73 67
Binary 11001111 1000111 10100101 0 1000010 10100 10011 100111111 111011 110111

Color Harmonies of #CF47A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47A5

Black with #CF47A5

Text Example


Text Example

White with #CF47A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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