Html Css Color HEX #CF4E9A Mulberry

📋 copy color: '#CF4E9A'

red 207 ◦ green 78 ◦ blue 154

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

Shades of Mulberry #CF4E9A

Tints of Mulberry #CF4E9A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.77%

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 47.15%
G = 17.77%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF4E9A (or 0xCF4E9A) is known color: Mulberry. HEX triplet: CF, 4E and 9A. RGB value is (207,78,154). Sum of RGB (Red+Green+Blue) = 207+78+154=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4E9A is #30B165. Grayscale: #7D7D7D. Windows color (decimal): -3191142 or 10112719. OLE color: 10112719.

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

Color convert

RGB 207 78 154 -
CMYK 0 0.62 0.26 0.19
HSL 324.65º 0.57% 0.56% -
HSV(B) 324.65º 0.62% 0.81% -
XYZ 34.29 21.05 32.83 -
YUV 125.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 207 78 154 0 0.62 0.26 0.19 324.65 0.57 0.56
Hex CF 4E 9A 0 3E 1A 13 145 39 38
Octal 317 116 232 0 76 32 23 505 71 70
Binary 11001111 1001110 10011010 0 111110 11010 10011 101000101 111001 111000

Color Harmonies of #CF4E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E9A

Black with #CF4E9A

Text Example


Text Example

White with #CF4E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E9A; }

 p { color: rgb(207,78,154); }

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

background-color css

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

 a { background-color: rgb(207,78,154); }

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

border-color css

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

 span { border-color: rgb(207,78,154); }

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