Html Css Color HEX #CF5394 Mulberry

📋 copy color: '#CF5394'

red 207 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #CF5394

Tints of Mulberry #CF5394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.95%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 47.26%
G = 18.95%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF5394 (or 0xCF5394) is known color: Mulberry. HEX triplet: CF, 53 and 94. RGB value is (207,83,148). Sum of RGB (Red+Green+Blue) = 207+83+148=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5394 is #30AC6B. Grayscale: #7F7F7F. Windows color (decimal): -3189868 or 9720783. OLE color: 9720783.

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

Color convert

RGB 207 83 148 -
CMYK 0 0.60 0.29 0.19
HSL 328.55º 0.56% 0.57% -
HSV(B) 328.55º 0.6% 0.81% -
XYZ 34.17 21.59 30.38 -
YUV 127.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 207 83 148 0 0.60 0.29 0.19 328.55 0.56 0.57
Hex CF 53 94 0 3C 1D 13 149 38 39
Octal 317 123 224 0 74 35 23 511 70 71
Binary 11001111 1010011 10010100 0 111100 11101 10011 101001001 111000 111001

Color Harmonies of #CF5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5394

Black with #CF5394

Text Example


Text Example

White with #CF5394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5394; }

 p { color: rgb(207,83,148); }

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

background-color css

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

 a { background-color: rgb(207,83,148); }

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

border-color css

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

 span { border-color: rgb(207,83,148); }

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