Html Css Color HEX #CA2C8E Medium Red Violet

📋 copy color: '#CA2C8E'

red 202 ◦ green 44 ◦ blue 142

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

Shades of Medium Red Violet #CA2C8E

Tints of Medium Red Violet #CA2C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 52.06%
G = 11.34%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA2C8E (or 0xCA2C8E) is known color: Medium Red Violet. HEX triplet: CA, 2C and 8E. RGB value is (202,44,142). Sum of RGB (Red+Green+Blue) = 202+44+142=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2C8E is #35D371. Grayscale: #666666. Windows color (decimal): -3527538 or 9317578. OLE color: 9317578.

HSL color Cylindrical-coordinate representation of color #CA2C8E: hue angle of 322.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2C8E is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 44 142 -
CMYK 0 0.78 0.30 0.21
HSL 322.78º 0.64% 0.48% -
HSV(B) 322.78º 0.78% 0.79% -
XYZ 30.14 16.31 27.15 -
YUV 102.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 202 44 142 0 0.78 0.30 0.21 322.78 0.64 0.48
Hex CA 2C 8E 0 4E 1E 15 143 40 30
Octal 312 54 216 0 116 36 25 503 100 60
Binary 11001010 101100 10001110 0 1001110 11110 10101 101000011 1000000 110000

Color Harmonies of #CA2C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C8E

Black with #CA2C8E

Text Example


Text Example

White with #CA2C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C8E; }

 p { color: rgb(202,44,142); }

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

background-color css

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

 a { background-color: rgb(202,44,142); }

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

border-color css

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

 span { border-color: rgb(202,44,142); }

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