Html Css Color HEX #CF5293 Mulberry

📋 copy color: '#CF5293'

red 207 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #CF5293

Tints of Mulberry #CF5293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

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

R = 47.48%
G = 18.81%
B = 33.72%

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

#CF5293 (or 0xCF5293) is known color: Mulberry. HEX triplet: CF, 52 and 93. RGB value is (207,82,147). Sum of RGB (Red+Green+Blue) = 207+82+147=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5293 is #30AD6C. Grayscale: #7E7E7E. Windows color (decimal): -3190125 or 9654991. OLE color: 9654991.

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

Color convert

RGB 207 82 147 -
CMYK 0 0.60 0.29 0.19
HSL 328.8º 0.57% 0.57% -
HSV(B) 328.8º 0.6% 0.81% -
XYZ 34.02 21.41 29.94 -
YUV 126.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 207 82 147 0 0.60 0.29 0.19 328.8 0.57 0.57
Hex CF 52 93 0 3C 1D 13 149 39 39
Octal 317 122 223 0 74 35 23 511 71 71
Binary 11001111 1010010 10010011 0 111100 11101 10011 101001001 111001 111001

Color Harmonies of #CF5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5293

Black with #CF5293

Text Example


Text Example

White with #CF5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5293; }

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

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

background-color css

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

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

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

border-color css

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

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

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