Html Css Color HEX #CA0475 Medium Violet Red

📋 copy color: '#CA0475'

red 202 ◦ green 4 ◦ blue 117

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

Shades of Medium Violet Red #CA0475

Tints of Medium Violet Red #CA0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 62.54%
G = 1.24%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA0475 (or 0xCA0475) is known color: Medium Violet Red. HEX triplet: CA, 04 and 75. RGB value is (202,4,117). Sum of RGB (Red+Green+Blue) = 202+4+117=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0475 is #35FB8A. Grayscale: #4B4B4B. Windows color (decimal): -3537803 or 7668938. OLE color: 7668938.

HSL color Cylindrical-coordinate representation of color #CA0475: hue angle of 325.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0475 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 117 -
CMYK 0 0.98 0.42 0.21
HSL 325.76º 0.96% 0.4% -
HSV(B) 325.76º 0.98% 0.79% -
XYZ 27.61 13.93 18.06 -
YUV 76.08 151.1 217.81 -
System Red Green Blue C M Y K H S L
Decimal 202 4 117 0 0.98 0.42 0.21 325.76 0.96 0.4
Hex CA 4 75 0 62 2A 15 146 60 28
Octal 312 4 165 0 142 52 25 506 140 50
Binary 11001010 100 1110101 0 1100010 101010 10101 101000110 1100000 101000

Color Harmonies of #CA0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0475

Black with #CA0475

Text Example


Text Example

White with #CA0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0475; }

 p { color: rgb(202,4,117); }

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

background-color css

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

 a { background-color: rgb(202,4,117); }

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

border-color css

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

 span { border-color: rgb(202,4,117); }

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