Html Css Color HEX #CA389B Mulberry

📋 copy color: '#CA389B'

red 202 ◦ green 56 ◦ blue 155

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

Shades of Mulberry #CA389B

Tints of Mulberry #CA389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

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

R = 48.91%
G = 13.56%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA389B (or 0xCA389B) is known color: Mulberry. HEX triplet: CA, 38 and 9B. RGB value is (202,56,155). Sum of RGB (Red+Green+Blue) = 202+56+155=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA389B is #35C764. Grayscale: #6E6E6E. Windows color (decimal): -3524453 or 10172618. OLE color: 10172618.

HSL color Cylindrical-coordinate representation of color #CA389B: hue angle of 319.32º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA389B is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 155 -
CMYK 0 0.72 0.23 0.21
HSL 319.32º 0.58% 0.51% -
HSV(B) 319.32º 0.72% 0.79% -
XYZ 31.69 17.75 32.77 -
YUV 110.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 202 56 155 0 0.72 0.23 0.21 319.32 0.58 0.51
Hex CA 38 9B 0 48 17 15 13F 3A 33
Octal 312 70 233 0 110 27 25 477 72 63
Binary 11001010 111000 10011011 0 1001000 10111 10101 100111111 111010 110011

Color Harmonies of #CA389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA389B

Black with #CA389B

Text Example


Text Example

White with #CA389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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