Html Css Color HEX #CA0074 Medium Violet Red

📋 copy color: '#CA0074'

red 202 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #CA0074

Tints of Medium Violet Red #CA0074

RGB

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

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

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

R = 63.52%
G = 0%
B = 36.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA0074 (or 0xCA0074) is known color: Medium Violet Red. HEX triplet: CA, 00 and 74. RGB value is (202,0,116). Sum of RGB (Red+Green+Blue) = 202+0+116=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0074 is #35FF8B. Grayscale: #494949. Windows color (decimal): -3538828 or 7602378. OLE color: 7602378.

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

Color convert

RGB 202 0 116 -
CMYK 0 1 0.43 0.21
HSL 325.54º 1% 0.4% -
HSV(B) 325.54º 1% 0.79% -
XYZ 27.51 13.82 17.74 -
YUV 73.62 151.92 219.57 -
System Red Green Blue C M Y K H S L
Decimal 202 0 116 0 1 0.43 0.21 325.54 1 0.4
Hex CA 0 74 0 64 2B 15 146 64 28
Octal 312 0 164 0 144 53 25 506 144 50
Binary 11001010 0 1110100 0 1100100 101011 10101 101000110 1100100 101000

Color Harmonies of #CA0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0074

Black with #CA0074

Text Example


Text Example

White with #CA0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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