Html Css Color HEX #CA419B Mulberry

📋 copy color: '#CA419B'

red 202 ◦ green 65 ◦ blue 155

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

Shades of Mulberry #CA419B

Tints of Mulberry #CA419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 47.87%
G = 15.4%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA419B (or 0xCA419B) is known color: Mulberry. HEX triplet: CA, 41 and 9B. RGB value is (202,65,155). Sum of RGB (Red+Green+Blue) = 202+65+155=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA419B is #35BE64. Grayscale: #737373. Windows color (decimal): -3522149 or 10174922. OLE color: 10174922.

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

Color convert

RGB 202 65 155 -
CMYK 0 0.68 0.23 0.21
HSL 320.58º 0.56% 0.52% -
HSV(B) 320.58º 0.68% 0.79% -
XYZ 32.16 18.7 32.93 -
YUV 116.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 202 65 155 0 0.68 0.23 0.21 320.58 0.56 0.52
Hex CA 41 9B 0 44 17 15 141 38 34
Octal 312 101 233 0 104 27 25 501 70 64
Binary 11001010 1000001 10011011 0 1000100 10111 10101 101000001 111000 110100

Color Harmonies of #CA419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA419B

Black with #CA419B

Text Example


Text Example

White with #CA419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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