Html Css Color HEX #CF4B8D Mulberry

📋 copy color: '#CF4B8D'

red 207 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #CF4B8D

Tints of Mulberry #CF4B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 48.94%
G = 17.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF4B8D (or 0xCF4B8D) is known color: Mulberry. HEX triplet: CF, 4B and 8D. RGB value is (207,75,141). Sum of RGB (Red+Green+Blue) = 207+75+141=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B8D is #30B472. Grayscale: #797979. Windows color (decimal): -3191923 or 9259983. OLE color: 9259983.

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

Color convert

RGB 207 75 141 -
CMYK 0 0.64 0.32 0.19
HSL 330º 0.58% 0.55% -
HSV(B) 330º 0.64% 0.81% -
XYZ 33.06 20.22 27.36 -
YUV 121.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 207 75 141 0 0.64 0.32 0.19 330 0.58 0.55
Hex CF 4B 8D 0 40 20 13 14A 3A 37
Octal 317 113 215 0 100 40 23 512 72 67
Binary 11001111 1001011 10001101 0 1000000 100000 10011 101001010 111010 110111

Color Harmonies of #CF4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4B8D

Black with #CF4B8D

Text Example


Text Example

White with #CF4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4B8D; }

 p { color: rgb(207,75,141); }

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

background-color css

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

 a { background-color: rgb(207,75,141); }

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

border-color css

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

 span { border-color: rgb(207,75,141); }

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