Html Css Color HEX #CA058D Medium Violet Red

📋 copy color: '#CA058D'

red 202 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #CA058D

Tints of Medium Violet Red #CA058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 58.05%
G = 1.44%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA058D (or 0xCA058D) is known color: Medium Violet Red. HEX triplet: CA, 05 and 8D. RGB value is (202,5,141). Sum of RGB (Red+Green+Blue) = 202+5+141=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA058D is #35FA72. Grayscale: #4F4F4F. Windows color (decimal): -3537523 or 9242058. OLE color: 9242058.

HSL color Cylindrical-coordinate representation of color #CA058D: hue angle of 318.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA058D is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 141 -
CMYK 0 0.98 0.30 0.21
HSL 318.58º 0.95% 0.41% -
HSV(B) 318.58º 0.98% 0.79% -
XYZ 29.22 14.59 26.48 -
YUV 79.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 202 5 141 0 0.98 0.30 0.21 318.58 0.95 0.41
Hex CA 5 8D 0 62 1E 15 13F 5F 29
Octal 312 5 215 0 142 36 25 477 137 51
Binary 11001010 101 10001101 0 1100010 11110 10101 100111111 1011111 101001

Color Harmonies of #CA058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA058D

Black with #CA058D

Text Example


Text Example

White with #CA058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA058D; }

 p { color: rgb(202,5,141); }

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

background-color css

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

 a { background-color: rgb(202,5,141); }

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

border-color css

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

 span { border-color: rgb(202,5,141); }

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