Html Css Color HEX #CA057F Medium Violet Red

📋 copy color: '#CA057F'

red 202 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #CA057F

Tints of Medium Violet Red #CA057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 60.48%
G = 1.5%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA057F (or 0xCA057F) is known color: Medium Violet Red. HEX triplet: CA, 05 and 7F. RGB value is (202,5,127). Sum of RGB (Red+Green+Blue) = 202+5+127=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA057F is #35FA80. Grayscale: #4D4D4D. Windows color (decimal): -3537537 or 8324554. OLE color: 8324554.

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

Color convert

RGB 202 5 127 -
CMYK 0 0.98 0.37 0.21
HSL 322.84º 0.95% 0.41% -
HSV(B) 322.84º 0.98% 0.79% -
XYZ 28.24 14.2 21.33 -
YUV 77.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 202 5 127 0 0.98 0.37 0.21 322.84 0.95 0.41
Hex CA 5 7F 0 62 25 15 143 5F 29
Octal 312 5 177 0 142 45 25 503 137 51
Binary 11001010 101 1111111 0 1100010 100101 10101 101000011 1011111 101001

Color Harmonies of #CA057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA057F

Black with #CA057F

Text Example


Text Example

White with #CA057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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