Html Css Color HEX #CB429D Mulberry

📋 copy color: '#CB429D'

red 203 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #CB429D

Tints of Mulberry #CB429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 47.65%
G = 15.49%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB429D (or 0xCB429D) is known color: Mulberry. HEX triplet: CB, 42 and 9D. RGB value is (203,66,157). Sum of RGB (Red+Green+Blue) = 203+66+157=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB429D is #34BD62. Grayscale: #757575. Windows color (decimal): -3456355 or 10306251. OLE color: 10306251.

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

Color convert

RGB 203 66 157 -
CMYK 0 0.67 0.23 0.20
HSL 320.15º 0.57% 0.53% -
HSV(B) 320.15º 0.67% 0.8% -
XYZ 32.66 19.03 33.85 -
YUV 117.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 203 66 157 0 0.67 0.23 0.20 320.15 0.57 0.53
Hex CB 42 9D 0 43 17 14 140 39 35
Octal 313 102 235 0 103 27 24 500 71 65
Binary 11001011 1000010 10011101 0 1000011 10111 10100 101000000 111001 110101

Color Harmonies of #CB429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB429D

Black with #CB429D

Text Example


Text Example

White with #CB429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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