Html Css Color HEX #CB429F Mulberry

📋 copy color: '#CB429F'

red 203 ◦ green 66 ◦ blue 159

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

Shades of Mulberry #CB429F

Tints of Mulberry #CB429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 47.43%
G = 15.42%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB429F (or 0xCB429F) is known color: Mulberry. HEX triplet: CB, 42 and 9F. RGB value is (203,66,159). Sum of RGB (Red+Green+Blue) = 203+66+159=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB429F is #34BD60. Grayscale: #757575. Windows color (decimal): -3456353 or 10437323. OLE color: 10437323.

HSL color Cylindrical-coordinate representation of color #CB429F: hue angle of 319.27º 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 #CB429F is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 66 159 -
CMYK 0 0.67 0.22 0.20
HSL 319.27º 0.57% 0.53% -
HSV(B) 319.27º 0.67% 0.8% -
XYZ 32.83 19.1 34.76 -
YUV 117.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 203 66 159 0 0.67 0.22 0.20 319.27 0.57 0.53
Hex CB 42 9F 0 43 16 14 13F 39 35
Octal 313 102 237 0 103 26 24 477 71 65
Binary 11001011 1000010 10011111 0 1000011 10110 10100 100111111 111001 110101

Color Harmonies of #CB429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB429F

Black with #CB429F

Text Example


Text Example

White with #CB429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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