Html Css Color HEX #CF4D9B Mulberry

📋 copy color: '#CF4D9B'

red 207 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #CF4D9B

Tints of Mulberry #CF4D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.54%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 47.15%
G = 17.54%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF4D9B (or 0xCF4D9B) is known color: Mulberry. HEX triplet: CF, 4D and 9B. RGB value is (207,77,155). Sum of RGB (Red+Green+Blue) = 207+77+155=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4D9B is #30B264. Grayscale: #7C7C7C. Windows color (decimal): -3191397 or 10177999. OLE color: 10177999.

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

Color convert

RGB 207 77 155 -
CMYK 0 0.63 0.25 0.19
HSL 324º 0.58% 0.56% -
HSV(B) 324º 0.63% 0.81% -
XYZ 34.3 20.94 33.24 -
YUV 124.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 207 77 155 0 0.63 0.25 0.19 324 0.58 0.56
Hex CF 4D 9B 0 3F 19 13 144 3A 38
Octal 317 115 233 0 77 31 23 504 72 70
Binary 11001111 1001101 10011011 0 111111 11001 10011 101000100 111010 111000

Color Harmonies of #CF4D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4D9B

Black with #CF4D9B

Text Example


Text Example

White with #CF4D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4D9B; }

 p { color: rgb(207,77,155); }

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

background-color css

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

 a { background-color: rgb(207,77,155); }

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

border-color css

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

 span { border-color: rgb(207,77,155); }

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