Html Css Color HEX #CA429A Mulberry

📋 copy color: '#CA429A'

red 202 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #CA429A

Tints of Mulberry #CA429A

RGB

 RED value IS 202 (79.3% from 255) = 47.87%

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

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

R = 47.87%
G = 15.64%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA429A (or 0xCA429A) is known color: Mulberry. HEX triplet: CA, 42 and 9A. RGB value is (202,66,154). Sum of RGB (Red+Green+Blue) = 202+66+154=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA429A is #35BD65. Grayscale: #747474. Windows color (decimal): -3521894 or 10109642. OLE color: 10109642.

HSL color Cylindrical-coordinate representation of color #CA429A: hue angle of 321.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA429A is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 154 -
CMYK 0 0.67 0.24 0.21
HSL 321.18º 0.56% 0.53% -
HSV(B) 321.18º 0.67% 0.79% -
XYZ 32.14 18.79 32.5 -
YUV 116.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 202 66 154 0 0.67 0.24 0.21 321.18 0.56 0.53
Hex CA 42 9A 0 43 18 15 141 38 35
Octal 312 102 232 0 103 30 25 501 70 65
Binary 11001010 1000010 10011010 0 1000011 11000 10101 101000001 111000 110101

Color Harmonies of #CA429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA429A

Black with #CA429A

Text Example


Text Example

White with #CA429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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