Html Css Color HEX #CA0174 Medium Violet Red

📋 copy color: '#CA0174'

red 202 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #CA0174

Tints of Medium Violet Red #CA0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 63.32%
G = 0.31%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA0174 (or 0xCA0174) is known color: Medium Violet Red. HEX triplet: CA, 01 and 74. RGB value is (202,1,116). Sum of RGB (Red+Green+Blue) = 202+1+116=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0174 is #35FE8B. Grayscale: #494949. Windows color (decimal): -3538572 or 7602634. OLE color: 7602634.

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

Color convert

RGB 202 1 116 -
CMYK 0 1.00 0.43 0.21
HSL 325.67º 0.99% 0.4% -
HSV(B) 325.67º 1% 0.79% -
XYZ 27.52 13.84 17.74 -
YUV 74.21 151.59 219.15 -
System Red Green Blue C M Y K H S L
Decimal 202 1 116 0 1.00 0.43 0.21 325.67 0.99 0.4
Hex CA 1 74 0 64 2B 15 146 63 28
Octal 312 1 164 0 144 53 25 506 143 50
Binary 11001010 1 1110100 0 1100100 101011 10101 101000110 1100011 101000

Color Harmonies of #CA0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0174

Black with #CA0174

Text Example


Text Example

White with #CA0174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0174; }

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

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

background-color css

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

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

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

border-color css

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

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

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