Html Css Color HEX #CA4A8A Mulberry

📋 copy color: '#CA4A8A'

red 202 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #CA4A8A

Tints of Mulberry #CA4A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.87%

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 48.79%
G = 17.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA4A8A (or 0xCA4A8A) is known color: Mulberry. HEX triplet: CA, 4A and 8A. RGB value is (202,74,138). Sum of RGB (Red+Green+Blue) = 202+74+138=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A8A is #35B575. Grayscale: #777777. Windows color (decimal): -3519862 or 9063114. OLE color: 9063114.

HSL color Cylindrical-coordinate representation of color #CA4A8A: hue angle of 330º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A8A is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 74 138 -
CMYK 0 0.63 0.32 0.21
HSL 330º 0.55% 0.54% -
HSV(B) 330º 0.63% 0.79% -
XYZ 31.39 19.29 26.11 -
YUV 119.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 202 74 138 0 0.63 0.32 0.21 330 0.55 0.54
Hex CA 4A 8A 0 3F 20 15 14A 37 36
Octal 312 112 212 0 77 40 25 512 67 66
Binary 11001010 1001010 10001010 0 111111 100000 10101 101001010 110111 110110

Color Harmonies of #CA4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A8A

Black with #CA4A8A

Text Example


Text Example

White with #CA4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A8A; }

 p { color: rgb(202,74,138); }

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

background-color css

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

 a { background-color: rgb(202,74,138); }

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

border-color css

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

 span { border-color: rgb(202,74,138); }

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