Html Css Color HEX #CA0175 Medium Violet Red

📋 copy color: '#CA0175'

red 202 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #CA0175

Tints of Medium Violet Red #CA0175

RGB

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

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

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

R = 63.13%
G = 0.31%
B = 36.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA0175 (or 0xCA0175) is known color: Medium Violet Red. HEX triplet: CA, 01 and 75. RGB value is (202,1,117). Sum of RGB (Red+Green+Blue) = 202+1+117=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0175 is #35FE8A. Grayscale: #4A4A4A. Windows color (decimal): -3538571 or 7668170. OLE color: 7668170.

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

Color convert

RGB 202 1 117 -
CMYK 0 1.00 0.42 0.21
HSL 325.37º 0.99% 0.4% -
HSV(B) 325.37º 1% 0.79% -
XYZ 27.58 13.86 18.05 -
YUV 74.32 152.09 219.07 -
System Red Green Blue C M Y K H S L
Decimal 202 1 117 0 1.00 0.42 0.21 325.37 0.99 0.4
Hex CA 1 75 0 64 2A 15 145 63 28
Octal 312 1 165 0 144 52 25 505 143 50
Binary 11001010 1 1110101 0 1100100 101010 10101 101000101 1100011 101000

Color Harmonies of #CA0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0175

Black with #CA0175

Text Example


Text Example

White with #CA0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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