Html Css Color HEX #CF4DA2 Mulberry

📋 copy color: '#CF4DA2'

red 207 ◦ green 77 ◦ blue 162

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

Shades of Mulberry #CF4DA2

Tints of Mulberry #CF4DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.32%

R = 46.41%
G = 17.26%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF4DA2 (or 0xCF4DA2) is known color: Mulberry. HEX triplet: CF, 4D and A2. RGB value is (207,77,162). Sum of RGB (Red+Green+Blue) = 207+77+162=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4DA2 is #30B25D. Grayscale: #7D7D7D. Windows color (decimal): -3191390 or 10636751. OLE color: 10636751.

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

Color convert

RGB 207 77 162 -
CMYK 0 0.63 0.22 0.19
HSL 320.77º 0.58% 0.56% -
HSV(B) 320.77º 0.63% 0.81% -
XYZ 34.91 21.18 36.43 -
YUV 125.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 207 77 162 0 0.63 0.22 0.19 320.77 0.58 0.56
Hex CF 4D A2 0 3F 16 13 141 3A 38
Octal 317 115 242 0 77 26 23 501 72 70
Binary 11001111 1001101 10100010 0 111111 10110 10011 101000001 111010 111000

Color Harmonies of #CF4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DA2

Black with #CF4DA2

Text Example


Text Example

White with #CF4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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