Html Css Color HEX #CA0374 Medium Violet Red

📋 copy color: '#CA0374'

red 202 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #CA0374

Tints of Medium Violet Red #CA0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 62.93%
G = 0.93%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA0374 (or 0xCA0374) is known color: Medium Violet Red. HEX triplet: CA, 03 and 74. RGB value is (202,3,116). Sum of RGB (Red+Green+Blue) = 202+3+116=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0374 is #35FC8B. Grayscale: #4B4B4B. Windows color (decimal): -3538060 or 7603146. OLE color: 7603146.

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

Color convert

RGB 202 3 116 -
CMYK 0 0.99 0.43 0.21
HSL 325.93º 0.97% 0.4% -
HSV(B) 325.93º 0.99% 0.79% -
XYZ 27.54 13.88 17.75 -
YUV 75.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 202 3 116 0 0.99 0.43 0.21 325.93 0.97 0.4
Hex CA 3 74 0 63 2B 15 146 61 28
Octal 312 3 164 0 143 53 25 506 141 50
Binary 11001010 11 1110100 0 1100011 101011 10101 101000110 1100001 101000

Color Harmonies of #CA0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0374

Black with #CA0374

Text Example


Text Example

White with #CA0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0374; }

 p { color: rgb(202,3,116); }

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

background-color css

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

 a { background-color: rgb(202,3,116); }

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

border-color css

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

 span { border-color: rgb(202,3,116); }

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