Html Css Color HEX #CF428B Mulberry

📋 copy color: '#CF428B'

red 207 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #CF428B

Tints of Mulberry #CF428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 50.24%
G = 16.02%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF428B (or 0xCF428B) is known color: Mulberry. HEX triplet: CF, 42 and 8B. RGB value is (207,66,139). Sum of RGB (Red+Green+Blue) = 207+66+139=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF428B is #30BD74. Grayscale: #747474. Windows color (decimal): -3194229 or 9126607. OLE color: 9126607.

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

Color convert

RGB 207 66 139 -
CMYK 0 0.68 0.33 0.19
HSL 328.94º 0.59% 0.54% -
HSV(B) 328.94º 0.68% 0.81% -
XYZ 32.34 19.03 26.39 -
YUV 116.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 207 66 139 0 0.68 0.33 0.19 328.94 0.59 0.54
Hex CF 42 8B 0 44 21 13 149 3B 36
Octal 317 102 213 0 104 41 23 511 73 66
Binary 11001111 1000010 10001011 0 1000100 100001 10011 101001001 111011 110110

Color Harmonies of #CF428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF428B

Black with #CF428B

Text Example


Text Example

White with #CF428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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