Html Css Color HEX #CF448D Mulberry

📋 copy color: '#CF448D'

red 207 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #CF448D

Tints of Mulberry #CF448D

RGB

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

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

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

R = 49.76%
G = 16.35%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF448D (or 0xCF448D) is known color: Mulberry. HEX triplet: CF, 44 and 8D. RGB value is (207,68,141). Sum of RGB (Red+Green+Blue) = 207+68+141=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF448D is #30BB72. Grayscale: #757575. Windows color (decimal): -3193715 or 9258191. OLE color: 9258191.

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

Color convert

RGB 207 68 141 -
CMYK 0 0.67 0.32 0.19
HSL 328.49º 0.59% 0.54% -
HSV(B) 328.49º 0.67% 0.81% -
XYZ 32.61 19.32 27.21 -
YUV 117.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 207 68 141 0 0.67 0.32 0.19 328.49 0.59 0.54
Hex CF 44 8D 0 43 20 13 148 3B 36
Octal 317 104 215 0 103 40 23 510 73 66
Binary 11001111 1000100 10001101 0 1000011 100000 10011 101001000 111011 110110

Color Harmonies of #CF448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF448D

Black with #CF448D

Text Example


Text Example

White with #CF448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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