Html Css Color HEX #CA087A Medium Violet Red

📋 copy color: '#CA087A'

red 202 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #CA087A

Tints of Medium Violet Red #CA087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

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

R = 60.84%
G = 2.41%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA087A (or 0xCA087A) is known color: Medium Violet Red. HEX triplet: CA, 08 and 7A. RGB value is (202,8,122). Sum of RGB (Red+Green+Blue) = 202+8+122=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA087A is #35F785. Grayscale: #4E4E4E. Windows color (decimal): -3536774 or 7997642. OLE color: 7997642.

HSL color Cylindrical-coordinate representation of color #CA087A: hue angle of 324.74º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA087A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 122 -
CMYK 0 0.96 0.40 0.21
HSL 324.74º 0.92% 0.41% -
HSV(B) 324.74º 0.96% 0.79% -
XYZ 27.96 14.14 19.67 -
YUV 79 152.27 215.73 -
System Red Green Blue C M Y K H S L
Decimal 202 8 122 0 0.96 0.40 0.21 324.74 0.92 0.41
Hex CA 8 7A 0 60 28 15 145 5C 29
Octal 312 10 172 0 140 50 25 505 134 51
Binary 11001010 1000 1111010 0 1100000 101000 10101 101000101 1011100 101001

Color Harmonies of #CA087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA087A

Black with #CA087A

Text Example


Text Example

White with #CA087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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