Html Css Color HEX #CA419A Mulberry

📋 copy color: '#CA419A'

red 202 ◦ green 65 ◦ blue 154

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

Shades of Mulberry #CA419A

Tints of Mulberry #CA419A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

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

R = 47.98%
G = 15.44%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA419A (or 0xCA419A) is known color: Mulberry. HEX triplet: CA, 41 and 9A. RGB value is (202,65,154). Sum of RGB (Red+Green+Blue) = 202+65+154=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA419A is #35BE65. Grayscale: #737373. Windows color (decimal): -3522150 or 10109386. OLE color: 10109386.

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

Color convert

RGB 202 65 154 -
CMYK 0 0.68 0.24 0.21
HSL 321.02º 0.56% 0.52% -
HSV(B) 321.02º 0.68% 0.79% -
XYZ 32.08 18.67 32.48 -
YUV 116.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 202 65 154 0 0.68 0.24 0.21 321.02 0.56 0.52
Hex CA 41 9A 0 44 18 15 141 38 34
Octal 312 101 232 0 104 30 25 501 70 64
Binary 11001010 1000001 10011010 0 1000100 11000 10101 101000001 111000 110100

Color Harmonies of #CA419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA419A

Black with #CA419A

Text Example


Text Example

White with #CA419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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