Html Css Color HEX #CF508E Mulberry

📋 copy color: '#CF508E'

red 207 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #CF508E

Tints of Mulberry #CF508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 48.25%
G = 18.65%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF508E (or 0xCF508E) is known color: Mulberry. HEX triplet: CF, 50 and 8E. RGB value is (207,80,142). Sum of RGB (Red+Green+Blue) = 207+80+142=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF508E is #30AF71. Grayscale: #7C7C7C. Windows color (decimal): -3190642 or 9326799. OLE color: 9326799.

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

Color convert

RGB 207 80 142 -
CMYK 0 0.61 0.31 0.19
HSL 330.71º 0.57% 0.56% -
HSV(B) 330.71º 0.61% 0.81% -
XYZ 33.48 20.96 27.87 -
YUV 125.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 207 80 142 0 0.61 0.31 0.19 330.71 0.57 0.56
Hex CF 50 8E 0 3D 1F 13 14B 39 38
Octal 317 120 216 0 75 37 23 513 71 70
Binary 11001111 1010000 10001110 0 111101 11111 10011 101001011 111001 111000

Color Harmonies of #CF508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF508E

Black with #CF508E

Text Example


Text Example

White with #CF508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF508E; }

 p { color: rgb(207,80,142); }

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

background-color css

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

 a { background-color: rgb(207,80,142); }

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

border-color css

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

 span { border-color: rgb(207,80,142); }

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