Html Css Color HEX #CA458F Mulberry

📋 copy color: '#CA458F'

red 202 ◦ green 69 ◦ blue 143

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

Shades of Mulberry #CA458F

Tints of Mulberry #CA458F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 48.79%
G = 16.67%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA458F (or 0xCA458F) is known color: Mulberry. HEX triplet: CA, 45 and 8F. RGB value is (202,69,143). Sum of RGB (Red+Green+Blue) = 202+69+143=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA458F is #35BA70. Grayscale: #757575. Windows color (decimal): -3521137 or 9389514. OLE color: 9389514.

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

Color convert

RGB 202 69 143 -
CMYK 0 0.66 0.29 0.21
HSL 326.62º 0.56% 0.53% -
HSV(B) 326.62º 0.66% 0.79% -
XYZ 31.44 18.8 27.96 -
YUV 117.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 202 69 143 0 0.66 0.29 0.21 326.62 0.56 0.53
Hex CA 45 8F 0 42 1D 15 147 38 35
Octal 312 105 217 0 102 35 25 507 70 65
Binary 11001010 1000101 10001111 0 1000010 11101 10101 101000111 111000 110101

Color Harmonies of #CA458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA458F

Black with #CA458F

Text Example


Text Example

White with #CA458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA458F; }

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

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

background-color css

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

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

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

border-color css

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

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

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