Html Css Color HEX #CA2C7F Medium Red Violet

📋 copy color: '#CA2C7F'

red 202 ◦ green 44 ◦ blue 127

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

Shades of Medium Red Violet #CA2C7F

Tints of Medium Red Violet #CA2C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.05%

R = 54.16%
G = 11.8%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA2C7F (or 0xCA2C7F) is known color: Medium Red Violet. HEX triplet: CA, 2C and 7F. RGB value is (202,44,127). Sum of RGB (Red+Green+Blue) = 202+44+127=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C7F is #35D380. Grayscale: #646464. Windows color (decimal): -3527553 or 8334538. OLE color: 8334538.

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

Color convert

RGB 202 44 127 -
CMYK 0 0.78 0.37 0.21
HSL 328.48º 0.64% 0.48% -
HSV(B) 328.48º 0.78% 0.79% -
XYZ 29.09 15.89 21.61 -
YUV 100.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 202 44 127 0 0.78 0.37 0.21 328.48 0.64 0.48
Hex CA 2C 7F 0 4E 25 15 148 40 30
Octal 312 54 177 0 116 45 25 510 100 60
Binary 11001010 101100 1111111 0 1001110 100101 10101 101001000 1000000 110000

Color Harmonies of #CA2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C7F

Black with #CA2C7F

Text Example


Text Example

White with #CA2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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