Html Css Color HEX #CB427F Mulberry

📋 copy color: '#CB427F'

red 203 ◦ green 66 ◦ blue 127

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

Shades of Mulberry #CB427F

Tints of Mulberry #CB427F

RGB

 RED value IS 203 (79.69% from 255) = 51.26%

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 51.26%
G = 16.67%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB427F (or 0xCB427F) is known color: Mulberry. HEX triplet: CB, 42 and 7F. RGB value is (203,66,127). Sum of RGB (Red+Green+Blue) = 203+66+127=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB427F is #34BD80. Grayscale: #717171. Windows color (decimal): -3456385 or 8340171. OLE color: 8340171.

HSL color Cylindrical-coordinate representation of color #CB427F: hue angle of 333.28º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB427F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 66 127 -
CMYK 0 0.67 0.37 0.20
HSL 333.28º 0.57% 0.53% -
HSV(B) 333.28º 0.67% 0.8% -
XYZ 30.41 18.13 21.97 -
YUV 113.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 203 66 127 0 0.67 0.37 0.20 333.28 0.57 0.53
Hex CB 42 7F 0 43 25 14 14D 39 35
Octal 313 102 177 0 103 45 24 515 71 65
Binary 11001011 1000010 1111111 0 1000011 100101 10100 101001101 111001 110101

Color Harmonies of #CB427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB427F

Black with #CB427F

Text Example


Text Example

White with #CB427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB427F; }

 p { color: rgb(203,66,127); }

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

background-color css

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

 a { background-color: rgb(203,66,127); }

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

border-color css

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

 span { border-color: rgb(203,66,127); }

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