Html Css Color HEX #CF509B Mulberry

📋 copy color: '#CF509B'

red 207 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #CF509B

Tints of Mulberry #CF509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 46.83%
G = 18.1%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF509B (or 0xCF509B) is known color: Mulberry. HEX triplet: CF, 50 and 9B. RGB value is (207,80,155). Sum of RGB (Red+Green+Blue) = 207+80+155=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF509B is #30AF64. Grayscale: #7E7E7E. Windows color (decimal): -3190629 or 10178767. OLE color: 10178767.

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

Color convert

RGB 207 80 155 -
CMYK 0 0.61 0.25 0.19
HSL 324.57º 0.57% 0.56% -
HSV(B) 324.57º 0.61% 0.81% -
XYZ 34.52 21.37 33.32 -
YUV 126.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 207 80 155 0 0.61 0.25 0.19 324.57 0.57 0.56
Hex CF 50 9B 0 3D 19 13 145 39 38
Octal 317 120 233 0 75 31 23 505 71 70
Binary 11001111 1010000 10011011 0 111101 11001 10011 101000101 111001 111000

Color Harmonies of #CF509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF509B

Black with #CF509B

Text Example


Text Example

White with #CF509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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