Html Css Color HEX #CA0090 Medium Violet Red

📋 copy color: '#CA0090'

red 202 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #CA0090

Tints of Medium Violet Red #CA0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 58.38%
G = 0%
B = 41.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA0090 (or 0xCA0090) is known color: Medium Violet Red. HEX triplet: CA, 00 and 90. RGB value is (202,0,144). Sum of RGB (Red+Green+Blue) = 202+0+144=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0090 is #35FF6F. Grayscale: #4C4C4C. Windows color (decimal): -3538800 or 9437386. OLE color: 9437386.

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

Color convert

RGB 202 0 144 -
CMYK 0 1 0.29 0.21
HSL 317.23º 1% 0.4% -
HSV(B) 317.23º 1% 0.79% -
XYZ 29.39 14.57 27.65 -
YUV 76.81 165.92 217.29 -
System Red Green Blue C M Y K H S L
Decimal 202 0 144 0 1 0.29 0.21 317.23 1 0.4
Hex CA 0 90 0 64 1D 15 13D 64 28
Octal 312 0 220 0 144 35 25 475 144 50
Binary 11001010 0 10010000 0 1100100 11101 10101 100111101 1100100 101000

Color Harmonies of #CA0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0090

Black with #CA0090

Text Example


Text Example

White with #CA0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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