Html Css Color HEX #CF4481 Mulberry

📋 copy color: '#CF4481'

red 207 ◦ green 68 ◦ blue 129

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

Shades of Mulberry #CF4481

Tints of Mulberry #CF4481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.83%

 BLUE value IS 129 (50.78% from 255) = 31.93%

R = 51.24%
G = 16.83%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF4481 (or 0xCF4481) is known color: Mulberry. HEX triplet: CF, 44 and 81. RGB value is (207,68,129). Sum of RGB (Red+Green+Blue) = 207+68+129=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4481 is #30BB7E. Grayscale: #747474. Windows color (decimal): -3193727 or 8471759. OLE color: 8471759.

HSL color Cylindrical-coordinate representation of color #CF4481: hue angle of 333.67º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4481 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 68 129 -
CMYK 0 0.67 0.38 0.19
HSL 333.67º 0.59% 0.54% -
HSV(B) 333.67º 0.67% 0.81% -
XYZ 31.76 18.98 22.76 -
YUV 116.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 207 68 129 0 0.67 0.38 0.19 333.67 0.59 0.54
Hex CF 44 81 0 43 26 13 14E 3B 36
Octal 317 104 201 0 103 46 23 516 73 66
Binary 11001111 1000100 10000001 0 1000011 100110 10011 101001110 111011 110110

Color Harmonies of #CF4481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4481

Black with #CF4481

Text Example


Text Example

White with #CF4481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4481; }

 p { color: rgb(207,68,129); }

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

background-color css

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

 a { background-color: rgb(207,68,129); }

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

border-color css

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

 span { border-color: rgb(207,68,129); }

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