Html Css Color HEX #CB429A Mulberry

📋 copy color: '#CB429A'

red 203 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #CB429A

Tints of Mulberry #CB429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 47.99%
G = 15.6%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB429A (or 0xCB429A) is known color: Mulberry. HEX triplet: CB, 42 and 9A. RGB value is (203,66,154). Sum of RGB (Red+Green+Blue) = 203+66+154=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB429A is #34BD65. Grayscale: #747474. Windows color (decimal): -3456358 or 10109643. OLE color: 10109643.

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

Color convert

RGB 203 66 154 -
CMYK 0 0.67 0.24 0.20
HSL 321.46º 0.57% 0.53% -
HSV(B) 321.46º 0.67% 0.8% -
XYZ 32.41 18.93 32.52 -
YUV 117 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 203 66 154 0 0.67 0.24 0.20 321.46 0.57 0.53
Hex CB 42 9A 0 43 18 14 141 39 35
Octal 313 102 232 0 103 30 24 501 71 65
Binary 11001011 1000010 10011010 0 1000011 11000 10100 101000001 111001 110101

Color Harmonies of #CB429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB429A

Black with #CB429A

Text Example


Text Example

White with #CB429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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