Html Css Color HEX #CF478A Mulberry

📋 copy color: '#CF478A'

red 207 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #CF478A

Tints of Mulberry #CF478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.07%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 49.76%
G = 17.07%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF478A (or 0xCF478A) is known color: Mulberry. HEX triplet: CF, 47 and 8A. RGB value is (207,71,138). Sum of RGB (Red+Green+Blue) = 207+71+138=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF478A is #30B875. Grayscale: #777777. Windows color (decimal): -3192950 or 9062351. OLE color: 9062351.

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

Color convert

RGB 207 71 138 -
CMYK 0 0.66 0.33 0.19
HSL 330.44º 0.59% 0.55% -
HSV(B) 330.44º 0.66% 0.81% -
XYZ 32.57 19.61 26.11 -
YUV 119.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 207 71 138 0 0.66 0.33 0.19 330.44 0.59 0.55
Hex CF 47 8A 0 42 21 13 14A 3B 37
Octal 317 107 212 0 102 41 23 512 73 67
Binary 11001111 1000111 10001010 0 1000010 100001 10011 101001010 111011 110111

Color Harmonies of #CF478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF478A

Black with #CF478A

Text Example


Text Example

White with #CF478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF478A; }

 p { color: rgb(207,71,138); }

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

background-color css

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

 a { background-color: rgb(207,71,138); }

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

border-color css

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

 span { border-color: rgb(207,71,138); }

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