Html Css Color HEX #CA429D Mulberry

📋 copy color: '#CA429D'

red 202 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #CA429D

Tints of Mulberry #CA429D

RGB

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

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

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

R = 47.53%
G = 15.53%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA429D (or 0xCA429D) is known color: Mulberry. HEX triplet: CA, 42 and 9D. RGB value is (202,66,157). Sum of RGB (Red+Green+Blue) = 202+66+157=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA429D is #35BD62. Grayscale: #747474. Windows color (decimal): -3521891 or 10306250. OLE color: 10306250.

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

Color convert

RGB 202 66 157 -
CMYK 0 0.67 0.22 0.21
HSL 319.85º 0.56% 0.53% -
HSV(B) 319.85º 0.67% 0.79% -
XYZ 32.39 18.89 33.84 -
YUV 117.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 202 66 157 0 0.67 0.22 0.21 319.85 0.56 0.53
Hex CA 42 9D 0 43 16 15 140 38 35
Octal 312 102 235 0 103 26 25 500 70 65
Binary 11001010 1000010 10011101 0 1000011 10110 10101 101000000 111000 110101

Color Harmonies of #CA429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA429D

Black with #CA429D

Text Example


Text Example

White with #CA429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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