Html Css Color HEX #CF428E Mulberry

📋 copy color: '#CF428E'

red 207 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #CF428E

Tints of Mulberry #CF428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.9%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 49.88%
G = 15.9%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF428E (or 0xCF428E) is known color: Mulberry. HEX triplet: CF, 42 and 8E. RGB value is (207,66,142). Sum of RGB (Red+Green+Blue) = 207+66+142=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF428E is #30BD71. Grayscale: #747474. Windows color (decimal): -3194226 or 9323215. OLE color: 9323215.

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

Color convert

RGB 207 66 142 -
CMYK 0 0.68 0.31 0.19
HSL 327.66º 0.59% 0.54% -
HSV(B) 327.66º 0.68% 0.81% -
XYZ 32.56 19.11 27.56 -
YUV 116.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 207 66 142 0 0.68 0.31 0.19 327.66 0.59 0.54
Hex CF 42 8E 0 44 1F 13 148 3B 36
Octal 317 102 216 0 104 37 23 510 73 66
Binary 11001111 1000010 10001110 0 1000100 11111 10011 101001000 111011 110110

Color Harmonies of #CF428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF428E

Black with #CF428E

Text Example


Text Example

White with #CF428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF428E; }

 p { color: rgb(207,66,142); }

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

background-color css

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

 a { background-color: rgb(207,66,142); }

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

border-color css

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

 span { border-color: rgb(207,66,142); }

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