Html Css Color HEX #CA057D Medium Violet Red

📋 copy color: '#CA057D'

red 202 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #CA057D

Tints of Medium Violet Red #CA057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 60.84%
G = 1.51%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA057D (or 0xCA057D) is known color: Medium Violet Red. HEX triplet: CA, 05 and 7D. RGB value is (202,5,125). Sum of RGB (Red+Green+Blue) = 202+5+125=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA057D is #35FA82. Grayscale: #4D4D4D. Windows color (decimal): -3537539 or 8193482. OLE color: 8193482.

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

Color convert

RGB 202 5 125 -
CMYK 0 0.98 0.38 0.21
HSL 323.45º 0.95% 0.41% -
HSV(B) 323.45º 0.98% 0.79% -
XYZ 28.11 14.15 20.65 -
YUV 77.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 202 5 125 0 0.98 0.38 0.21 323.45 0.95 0.41
Hex CA 5 7D 0 62 26 15 143 5F 29
Octal 312 5 175 0 142 46 25 503 137 51
Binary 11001010 101 1111101 0 1100010 100110 10101 101000011 1011111 101001

Color Harmonies of #CA057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA057D

Black with #CA057D

Text Example


Text Example

White with #CA057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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