Html Css Color HEX #CA419D Mulberry

📋 copy color: '#CA419D'

red 202 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #CA419D

Tints of Mulberry #CA419D

RGB

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

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

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

R = 47.64%
G = 15.33%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA419D (or 0xCA419D) is known color: Mulberry. HEX triplet: CA, 41 and 9D. RGB value is (202,65,157). Sum of RGB (Red+Green+Blue) = 202+65+157=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA419D is #35BE62. Grayscale: #747474. Windows color (decimal): -3522147 or 10305994. OLE color: 10305994.

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

Color convert

RGB 202 65 157 -
CMYK 0 0.68 0.22 0.21
HSL 319.71º 0.56% 0.52% -
HSV(B) 319.71º 0.68% 0.79% -
XYZ 32.33 18.77 33.82 -
YUV 116.45 150.89 189.02 -
System Red Green Blue C M Y K H S L
Decimal 202 65 157 0 0.68 0.22 0.21 319.71 0.56 0.52
Hex CA 41 9D 0 44 16 15 140 38 34
Octal 312 101 235 0 104 26 25 500 70 64
Binary 11001010 1000001 10011101 0 1000100 10110 10101 101000000 111000 110100

Color Harmonies of #CA419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA419D

Black with #CA419D

Text Example


Text Example

White with #CA419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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