Html Css Color HEX #CA059D Medium Violet Red

📋 copy color: '#CA059D'

red 202 ◦ green 5 ◦ blue 157

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

Shades of Medium Violet Red #CA059D

Tints of Medium Violet Red #CA059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 55.49%
G = 1.37%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA059D (or 0xCA059D) is known color: Medium Violet Red. HEX triplet: CA, 05 and 9D. RGB value is (202,5,157). Sum of RGB (Red+Green+Blue) = 202+5+157=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA059D is #35FA62. Grayscale: #505050. Windows color (decimal): -3537507 or 10290634. OLE color: 10290634.

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

Color convert

RGB 202 5 157 -
CMYK 0 0.98 0.22 0.21
HSL 313.71º 0.95% 0.41% -
HSV(B) 313.71º 0.98% 0.79% -
XYZ 30.5 15.1 33.21 -
YUV 81.23 170.77 214.14 -
System Red Green Blue C M Y K H S L
Decimal 202 5 157 0 0.98 0.22 0.21 313.71 0.95 0.41
Hex CA 5 9D 0 62 16 15 13A 5F 29
Octal 312 5 235 0 142 26 25 472 137 51
Binary 11001010 101 10011101 0 1100010 10110 10101 100111010 1011111 101001

Color Harmonies of #CA059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA059D

Black with #CA059D

Text Example


Text Example

White with #CA059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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