Html Css Color HEX #CF508D Mulberry

📋 copy color: '#CF508D'

red 207 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #CF508D

Tints of Mulberry #CF508D

RGB

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

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

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

R = 48.36%
G = 18.69%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF508D (or 0xCF508D) is known color: Mulberry. HEX triplet: CF, 50 and 8D. RGB value is (207,80,141). Sum of RGB (Red+Green+Blue) = 207+80+141=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF508D is #30AF72. Grayscale: #7C7C7C. Windows color (decimal): -3190643 or 9261263. OLE color: 9261263.

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

Color convert

RGB 207 80 141 -
CMYK 0 0.61 0.32 0.19
HSL 331.18º 0.57% 0.56% -
HSV(B) 331.18º 0.61% 0.81% -
XYZ 33.41 20.93 27.48 -
YUV 124.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 207 80 141 0 0.61 0.32 0.19 331.18 0.57 0.56
Hex CF 50 8D 0 3D 20 13 14B 39 38
Octal 317 120 215 0 75 40 23 513 71 70
Binary 11001111 1010000 10001101 0 111101 100000 10011 101001011 111001 111000

Color Harmonies of #CF508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF508D

Black with #CF508D

Text Example


Text Example

White with #CF508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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