Html Css Color HEX #CA459F Mulberry

📋 copy color: '#CA459F'

red 202 ◦ green 69 ◦ blue 159

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

Shades of Mulberry #CA459F

Tints of Mulberry #CA459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 46.98%
G = 16.05%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA459F (or 0xCA459F) is known color: Mulberry. HEX triplet: CA, 45 and 9F. RGB value is (202,69,159). Sum of RGB (Red+Green+Blue) = 202+69+159=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA459F is #35BA60. Grayscale: #767676. Windows color (decimal): -3521121 or 10438090. OLE color: 10438090.

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

Color convert

RGB 202 69 159 -
CMYK 0 0.66 0.21 0.21
HSL 319.4º 0.56% 0.53% -
HSV(B) 319.4º 0.66% 0.79% -
XYZ 32.74 19.32 34.8 -
YUV 119.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 202 69 159 0 0.66 0.21 0.21 319.4 0.56 0.53
Hex CA 45 9F 0 42 15 15 13F 38 35
Octal 312 105 237 0 102 25 25 477 70 65
Binary 11001010 1000101 10011111 0 1000010 10101 10101 100111111 111000 110101

Color Harmonies of #CA459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA459F

Black with #CA459F

Text Example


Text Example

White with #CA459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA459F; }

 p { color: rgb(202,69,159); }

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

background-color css

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

 a { background-color: rgb(202,69,159); }

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

border-color css

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

 span { border-color: rgb(202,69,159); }

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