Html Css Color HEX #CA058C Medium Violet Red

📋 copy color: '#CA058C'

red 202 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #CA058C

Tints of Medium Violet Red #CA058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 58.21%
G = 1.44%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA058C (or 0xCA058C) is known color: Medium Violet Red. HEX triplet: CA, 05 and 8C. RGB value is (202,5,140). Sum of RGB (Red+Green+Blue) = 202+5+140=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA058C is #35FA73. Grayscale: #4E4E4E. Windows color (decimal): -3537524 or 9176522. OLE color: 9176522.

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

Color convert

RGB 202 5 140 -
CMYK 0 0.98 0.31 0.21
HSL 318.88º 0.95% 0.41% -
HSV(B) 318.88º 0.98% 0.79% -
XYZ 29.15 14.56 26.08 -
YUV 79.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 202 5 140 0 0.98 0.31 0.21 318.88 0.95 0.41
Hex CA 5 8C 0 62 1F 15 13F 5F 29
Octal 312 5 214 0 142 37 25 477 137 51
Binary 11001010 101 10001100 0 1100010 11111 10101 100111111 1011111 101001

Color Harmonies of #CA058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA058C

Black with #CA058C

Text Example


Text Example

White with #CA058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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