Html Css Color HEX #CF427E Mulberry

📋 copy color: '#CF427E'

red 207 ◦ green 66 ◦ blue 126

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

Shades of Mulberry #CF427E

Tints of Mulberry #CF427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 51.88%
G = 16.54%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF427E (or 0xCF427E) is known color: Mulberry. HEX triplet: CF, 42 and 7E. RGB value is (207,66,126). Sum of RGB (Red+Green+Blue) = 207+66+126=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF427E is #30BD81. Grayscale: #727272. Windows color (decimal): -3194242 or 8274639. OLE color: 8274639.

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

Color convert

RGB 207 66 126 -
CMYK 0 0.68 0.39 0.19
HSL 334.47º 0.59% 0.54% -
HSV(B) 334.47º 0.68% 0.81% -
XYZ 31.45 18.67 21.68 -
YUV 115 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 207 66 126 0 0.68 0.39 0.19 334.47 0.59 0.54
Hex CF 42 7E 0 44 27 13 14E 3B 36
Octal 317 102 176 0 104 47 23 516 73 66
Binary 11001111 1000010 1111110 0 1000100 100111 10011 101001110 111011 110110

Color Harmonies of #CF427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF427E

Black with #CF427E

Text Example


Text Example

White with #CF427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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