Html Css Color HEX #CA1F7E Medium Violet Red

📋 copy color: '#CA1F7E'

red 202 ◦ green 31 ◦ blue 126

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

Shades of Medium Violet Red #CA1F7E

Tints of Medium Violet Red #CA1F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.64%

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 56.27%
G = 8.64%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA1F7E (or 0xCA1F7E) is known color: Medium Violet Red. HEX triplet: CA, 1F and 7E. RGB value is (202,31,126). Sum of RGB (Red+Green+Blue) = 202+31+126=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F7E is #35E081. Grayscale: #5C5C5C. Windows color (decimal): -3530882 or 8265674. OLE color: 8265674.

HSL color Cylindrical-coordinate representation of color #CA1F7E: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F7E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 31 126 -
CMYK 0 0.85 0.38 0.21
HSL 326.67º 0.73% 0.46% -
HSV(B) 326.67º 0.85% 0.79% -
XYZ 28.61 15.04 21.13 -
YUV 92.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 202 31 126 0 0.85 0.38 0.21 326.67 0.73 0.46
Hex CA 1F 7E 0 55 26 15 147 49 2E
Octal 312 37 176 0 125 46 25 507 111 56
Binary 11001010 11111 1111110 0 1010101 100110 10101 101000111 1001001 101110

Color Harmonies of #CA1F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F7E

Black with #CA1F7E

Text Example


Text Example

White with #CA1F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F7E; }

 p { color: rgb(202,31,126); }

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

background-color css

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

 a { background-color: rgb(202,31,126); }

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

border-color css

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

 span { border-color: rgb(202,31,126); }

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