Html Css Color HEX #CA059B Medium Violet Red

📋 copy color: '#CA059B'

red 202 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #CA059B

Tints of Medium Violet Red #CA059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 55.8%
G = 1.38%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA059B (or 0xCA059B) is known color: Medium Violet Red. HEX triplet: CA, 05 and 9B. RGB value is (202,5,155). Sum of RGB (Red+Green+Blue) = 202+5+155=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA059B is #35FA64. Grayscale: #505050. Windows color (decimal): -3537509 or 10159562. OLE color: 10159562.

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

Color convert

RGB 202 5 155 -
CMYK 0 0.98 0.23 0.21
HSL 314.31º 0.95% 0.41% -
HSV(B) 314.31º 0.98% 0.79% -
XYZ 30.33 15.03 32.31 -
YUV 81 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 202 5 155 0 0.98 0.23 0.21 314.31 0.95 0.41
Hex CA 5 9B 0 62 17 15 13A 5F 29
Octal 312 5 233 0 142 27 25 472 137 51
Binary 11001010 101 10011011 0 1100010 10111 10101 100111010 1011111 101001

Color Harmonies of #CA059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA059B

Black with #CA059B

Text Example


Text Example

White with #CA059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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