Html Css Color HEX #CA059E Medium Violet Red

📋 copy color: '#CA059E'

red 202 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #CA059E

Tints of Medium Violet Red #CA059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 55.34%
G = 1.37%
B = 43.29%

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

#CA059E (or 0xCA059E) is known color: Medium Violet Red. HEX triplet: CA, 05 and 9E. RGB value is (202,5,158). Sum of RGB (Red+Green+Blue) = 202+5+158=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA059E is #35FA61. Grayscale: #505050. Windows color (decimal): -3537506 or 10356170. OLE color: 10356170.

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

Color convert

RGB 202 5 158 -
CMYK 0 0.98 0.22 0.21
HSL 313.4º 0.95% 0.41% -
HSV(B) 313.4º 0.98% 0.79% -
XYZ 30.58 15.13 33.66 -
YUV 81.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 202 5 158 0 0.98 0.22 0.21 313.4 0.95 0.41
Hex CA 5 9E 0 62 16 15 139 5F 29
Octal 312 5 236 0 142 26 25 471 137 51
Binary 11001010 101 10011110 0 1100010 10110 10101 100111001 1011111 101001

Color Harmonies of #CA059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA059E

Black with #CA059E

Text Example


Text Example

White with #CA059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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