Html Css Color HEX #CA42A1 Mulberry

📋 copy color: '#CA42A1'

red 202 ◦ green 66 ◦ blue 161

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

Shades of Mulberry #CA42A1

Tints of Mulberry #CA42A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 47.09%
G = 15.38%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA42A1 (or 0xCA42A1) is known color: Mulberry. HEX triplet: CA, 42 and A1. RGB value is (202,66,161). Sum of RGB (Red+Green+Blue) = 202+66+161=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42A1 is #35BD5E. Grayscale: #757575. Windows color (decimal): -3521887 or 10568394. OLE color: 10568394.

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

Color convert

RGB 202 66 161 -
CMYK 0 0.67 0.20 0.21
HSL 318.09º 0.56% 0.53% -
HSV(B) 318.09º 0.67% 0.79% -
XYZ 32.74 19.03 35.67 -
YUV 117.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 202 66 161 0 0.67 0.20 0.21 318.09 0.56 0.53
Hex CA 42 A1 0 43 14 15 13E 38 35
Octal 312 102 241 0 103 24 25 476 70 65
Binary 11001010 1000010 10100001 0 1000011 10100 10101 100111110 111000 110101

Color Harmonies of #CA42A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42A1

Black with #CA42A1

Text Example


Text Example

White with #CA42A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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