Html Css Color HEX #CA007A Medium Violet Red

📋 copy color: '#CA007A'

red 202 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #CA007A

Tints of Medium Violet Red #CA007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 62.35%
G = 0%
B = 37.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA007A (or 0xCA007A) is known color: Medium Violet Red. HEX triplet: CA, 00 and 7A. RGB value is (202,0,122). Sum of RGB (Red+Green+Blue) = 202+0+122=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA007A is #35FF85. Grayscale: #4A4A4A. Windows color (decimal): -3538822 or 7995594. OLE color: 7995594.

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

Color convert

RGB 202 0 122 -
CMYK 0 1 0.40 0.21
HSL 323.76º 1% 0.4% -
HSV(B) 323.76º 1% 0.79% -
XYZ 27.87 13.96 19.64 -
YUV 74.31 154.92 219.08 -
System Red Green Blue C M Y K H S L
Decimal 202 0 122 0 1 0.40 0.21 323.76 1 0.4
Hex CA 0 7A 0 64 28 15 144 64 28
Octal 312 0 172 0 144 50 25 504 144 50
Binary 11001010 0 1111010 0 1100100 101000 10101 101000100 1100100 101000

Color Harmonies of #CA007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA007A

Black with #CA007A

Text Example


Text Example

White with #CA007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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