Html Css Color HEX #CF4993 Mulberry

📋 copy color: '#CF4993'

red 207 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #CF4993

Tints of Mulberry #CF4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 48.48%
G = 17.1%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF4993 (or 0xCF4993) is known color: Mulberry. HEX triplet: CF, 49 and 93. RGB value is (207,73,147). Sum of RGB (Red+Green+Blue) = 207+73+147=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4993 is #30B66C. Grayscale: #797979. Windows color (decimal): -3192429 or 9652687. OLE color: 9652687.

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

Color convert

RGB 207 73 147 -
CMYK 0 0.65 0.29 0.19
HSL 326.87º 0.58% 0.55% -
HSV(B) 326.87º 0.65% 0.81% -
XYZ 33.38 20.14 29.73 -
YUV 121.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 207 73 147 0 0.65 0.29 0.19 326.87 0.58 0.55
Hex CF 49 93 0 41 1D 13 147 3A 37
Octal 317 111 223 0 101 35 23 507 72 67
Binary 11001111 1001001 10010011 0 1000001 11101 10011 101000111 111010 110111

Color Harmonies of #CF4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4993

Black with #CF4993

Text Example


Text Example

White with #CF4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4993; }

 p { color: rgb(207,73,147); }

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

background-color css

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

 a { background-color: rgb(207,73,147); }

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

border-color css

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

 span { border-color: rgb(207,73,147); }

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