Html Css Color HEX #CA056D Medium Violet Red

📋 copy color: '#CA056D'

red 202 ◦ green 5 ◦ blue 109

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

Shades of Medium Violet Red #CA056D

Tints of Medium Violet Red #CA056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 63.92%
G = 1.58%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA056D (or 0xCA056D) is known color: Medium Violet Red. HEX triplet: CA, 05 and 6D. RGB value is (202,5,109). Sum of RGB (Red+Green+Blue) = 202+5+109=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA056D is #35FA92. Grayscale: #4B4B4B. Windows color (decimal): -3537555 or 7144906. OLE color: 7144906.

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

Color convert

RGB 202 5 109 -
CMYK 0 0.98 0.46 0.21
HSL 328.32º 0.95% 0.41% -
HSV(B) 328.32º 0.98% 0.79% -
XYZ 27.17 13.77 15.69 -
YUV 75.76 146.77 218.04 -
System Red Green Blue C M Y K H S L
Decimal 202 5 109 0 0.98 0.46 0.21 328.32 0.95 0.41
Hex CA 5 6D 0 62 2E 15 148 5F 29
Octal 312 5 155 0 142 56 25 510 137 51
Binary 11001010 101 1101101 0 1100010 101110 10101 101001000 1011111 101001

Color Harmonies of #CA056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA056D

Black with #CA056D

Text Example


Text Example

White with #CA056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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