Html Css Color HEX #CF5AA7 Mulberry

📋 copy color: '#CF5AA7'

red 207 ◦ green 90 ◦ blue 167

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

Shades of Mulberry #CF5AA7

Tints of Mulberry #CF5AA7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.4%

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 44.61%
G = 19.4%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CF5AA7 (or 0xCF5AA7) is known color: Mulberry. HEX triplet: CF, 5A and A7. RGB value is (207,90,167). Sum of RGB (Red+Green+Blue) = 207+90+167=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AA7 is #30A558. Grayscale: #858585. Windows color (decimal): -3188057 or 10967759. OLE color: 10967759.

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

Color convert

RGB 207 90 167 -
CMYK 0 0.57 0.19 0.19
HSL 320.51º 0.55% 0.58% -
HSV(B) 320.51º 0.57% 0.81% -
XYZ 36.36 23.37 39.15 -
YUV 133.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 207 90 167 0 0.57 0.19 0.19 320.51 0.55 0.58
Hex CF 5A A7 0 39 13 13 141 37 3A
Octal 317 132 247 0 71 23 23 501 67 72
Binary 11001111 1011010 10100111 0 111001 10011 10011 101000001 110111 111010

Color Harmonies of #CF5AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AA7

Black with #CF5AA7

Text Example


Text Example

White with #CF5AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AA7; }

 p { color: rgb(207,90,167); }

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

background-color css

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

 a { background-color: rgb(207,90,167); }

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

border-color css

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

 span { border-color: rgb(207,90,167); }

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