Html Css Color HEX #CA1D7C Medium Violet Red

📋 copy color: '#CA1D7C'

red 202 ◦ green 29 ◦ blue 124

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

Shades of Medium Violet Red #CA1D7C

Tints of Medium Violet Red #CA1D7C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.17%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 56.9%
G = 8.17%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA1D7C (or 0xCA1D7C) is known color: Medium Violet Red. HEX triplet: CA, 1D and 7C. RGB value is (202,29,124). Sum of RGB (Red+Green+Blue) = 202+29+124=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D7C is #35E283. Grayscale: #5B5B5B. Windows color (decimal): -3531396 or 8134090. OLE color: 8134090.

HSL color Cylindrical-coordinate representation of color #CA1D7C: hue angle of 327.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D7C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 29 124 -
CMYK 0 0.86 0.39 0.21
HSL 327.05º 0.75% 0.45% -
HSV(B) 327.05º 0.86% 0.79% -
XYZ 28.43 14.89 20.44 -
YUV 91.56 146.31 206.78 -
System Red Green Blue C M Y K H S L
Decimal 202 29 124 0 0.86 0.39 0.21 327.05 0.75 0.45
Hex CA 1D 7C 0 56 27 15 147 4B 2D
Octal 312 35 174 0 126 47 25 507 113 55
Binary 11001010 11101 1111100 0 1010110 100111 10101 101000111 1001011 101101

Color Harmonies of #CA1D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D7C

Black with #CA1D7C

Text Example


Text Example

White with #CA1D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D7C; }

 p { color: rgb(202,29,124); }

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

background-color css

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

 a { background-color: rgb(202,29,124); }

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

border-color css

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

 span { border-color: rgb(202,29,124); }

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