Html Css Color HEX #CF488F Mulberry

📋 copy color: '#CF488F'

red 207 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #CF488F

Tints of Mulberry #CF488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 49.05%
G = 17.06%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF488F (or 0xCF488F) is known color: Mulberry. HEX triplet: CF, 48 and 8F. RGB value is (207,72,143). Sum of RGB (Red+Green+Blue) = 207+72+143=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF488F is #30B770. Grayscale: #787878. Windows color (decimal): -3192689 or 9390287. OLE color: 9390287.

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

Color convert

RGB 207 72 143 -
CMYK 0 0.65 0.31 0.19
HSL 328.44º 0.58% 0.55% -
HSV(B) 328.44º 0.65% 0.81% -
XYZ 33.01 19.88 28.08 -
YUV 120.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 207 72 143 0 0.65 0.31 0.19 328.44 0.58 0.55
Hex CF 48 8F 0 41 1F 13 148 3A 37
Octal 317 110 217 0 101 37 23 510 72 67
Binary 11001111 1001000 10001111 0 1000001 11111 10011 101001000 111010 110111

Color Harmonies of #CF488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF488F

Black with #CF488F

Text Example


Text Example

White with #CF488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF488F; }

 p { color: rgb(207,72,143); }

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

background-color css

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

 a { background-color: rgb(207,72,143); }

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

border-color css

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

 span { border-color: rgb(207,72,143); }

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