Html Css Color HEX #CF4C9C Mulberry

📋 copy color: '#CF4C9C'

red 207 ◦ green 76 ◦ blue 156

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

Shades of Mulberry #CF4C9C

Tints of Mulberry #CF4C9C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.31%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 47.15%
G = 17.31%
B = 35.54%

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

#CF4C9C (or 0xCF4C9C) is known color: Mulberry. HEX triplet: CF, 4C and 9C. RGB value is (207,76,156). Sum of RGB (Red+Green+Blue) = 207+76+156=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4C9C is #30B363. Grayscale: #7C7C7C. Windows color (decimal): -3191652 or 10243279. OLE color: 10243279.

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

Color convert

RGB 207 76 156 -
CMYK 0 0.63 0.25 0.19
HSL 323.36º 0.58% 0.55% -
HSV(B) 323.36º 0.63% 0.81% -
XYZ 34.32 20.83 33.67 -
YUV 124.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 207 76 156 0 0.63 0.25 0.19 323.36 0.58 0.55
Hex CF 4C 9C 0 3F 19 13 143 3A 37
Octal 317 114 234 0 77 31 23 503 72 67
Binary 11001111 1001100 10011100 0 111111 11001 10011 101000011 111010 110111

Color Harmonies of #CF4C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C9C

Black with #CF4C9C

Text Example


Text Example

White with #CF4C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C9C; }

 p { color: rgb(207,76,156); }

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

background-color css

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

 a { background-color: rgb(207,76,156); }

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

border-color css

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

 span { border-color: rgb(207,76,156); }

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