Html Css Color HEX #CF429E Mulberry

📋 copy color: '#CF429E'

red 207 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #CF429E

Tints of Mulberry #CF429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 48.03%
G = 15.31%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF429E (or 0xCF429E) is known color: Mulberry. HEX triplet: CF, 42 and 9E. RGB value is (207,66,158). Sum of RGB (Red+Green+Blue) = 207+66+158=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF429E is #30BD61. Grayscale: #767676. Windows color (decimal): -3194210 or 10371791. OLE color: 10371791.

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

Color convert

RGB 207 66 158 -
CMYK 0 0.68 0.24 0.19
HSL 320.85º 0.59% 0.54% -
HSV(B) 320.85º 0.68% 0.81% -
XYZ 33.85 19.63 34.35 -
YUV 118.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 207 66 158 0 0.68 0.24 0.19 320.85 0.59 0.54
Hex CF 42 9E 0 44 18 13 141 3B 36
Octal 317 102 236 0 104 30 23 501 73 66
Binary 11001111 1000010 10011110 0 1000100 11000 10011 101000001 111011 110110

Color Harmonies of #CF429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF429E

Black with #CF429E

Text Example


Text Example

White with #CF429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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