Html Css Color HEX #CA1F78 Medium Violet Red

📋 copy color: '#CA1F78'

red 202 ◦ green 31 ◦ blue 120

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

Shades of Medium Violet Red #CA1F78

Tints of Medium Violet Red #CA1F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 57.22%
G = 8.78%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA1F78 (or 0xCA1F78) is known color: Medium Violet Red. HEX triplet: CA, 1F and 78. RGB value is (202,31,120). Sum of RGB (Red+Green+Blue) = 202+31+120=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F78 is #35E087. Grayscale: #5C5C5C. Windows color (decimal): -3530888 or 7872458. OLE color: 7872458.

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

Color convert

RGB 202 31 120 -
CMYK 0 0.85 0.41 0.21
HSL 328.77º 0.73% 0.46% -
HSV(B) 328.77º 0.85% 0.79% -
XYZ 28.24 14.89 19.16 -
YUV 92.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 202 31 120 0 0.85 0.41 0.21 328.77 0.73 0.46
Hex CA 1F 78 0 55 29 15 149 49 2E
Octal 312 37 170 0 125 51 25 511 111 56
Binary 11001010 11111 1111000 0 1010101 101001 10101 101001001 1001001 101110

Color Harmonies of #CA1F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F78

Black with #CA1F78

Text Example


Text Example

White with #CA1F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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