Html Css Color HEX #CA0075 Medium Violet Red

📋 copy color: '#CA0075'

red 202 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #CA0075

Tints of Medium Violet Red #CA0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.32%
G = 0%
B = 36.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA0075 (or 0xCA0075) is known color: Medium Violet Red. HEX triplet: CA, 00 and 75. RGB value is (202,0,117). Sum of RGB (Red+Green+Blue) = 202+0+117=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0075 is #35FF8A. Grayscale: #494949. Windows color (decimal): -3538827 or 7667914. OLE color: 7667914.

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

Color convert

RGB 202 0 117 -
CMYK 0 1 0.42 0.21
HSL 325.25º 1% 0.4% -
HSV(B) 325.25º 1% 0.79% -
XYZ 27.57 13.84 18.05 -
YUV 73.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 202 0 117 0 1 0.42 0.21 325.25 1 0.4
Hex CA 0 75 0 64 2A 15 145 64 28
Octal 312 0 165 0 144 52 25 505 144 50
Binary 11001010 0 1110101 0 1100100 101010 10101 101000101 1100100 101000

Color Harmonies of #CA0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0075

Black with #CA0075

Text Example


Text Example

White with #CA0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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