Html Css Color HEX #CA1878 Medium Violet Red

📋 copy color: '#CA1878'

red 202 ◦ green 24 ◦ blue 120

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

Shades of Medium Violet Red #CA1878

Tints of Medium Violet Red #CA1878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

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

R = 58.38%
G = 6.94%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA1878 (or 0xCA1878) is known color: Medium Violet Red. HEX triplet: CA, 18 and 78. RGB value is (202,24,120). Sum of RGB (Red+Green+Blue) = 202+24+120=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1878 is #35E787. Grayscale: #575757. Windows color (decimal): -3532680 or 7870666. OLE color: 7870666.

HSL color Cylindrical-coordinate representation of color #CA1878: hue angle of 327.64º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1878 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 24 120 -
CMYK 0 0.88 0.41 0.21
HSL 327.64º 0.79% 0.44% -
HSV(B) 327.64º 0.88% 0.79% -
XYZ 28.07 14.57 19.1 -
YUV 88.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 202 24 120 0 0.88 0.41 0.21 327.64 0.79 0.44
Hex CA 18 78 0 58 29 15 148 4F 2C
Octal 312 30 170 0 130 51 25 510 117 54
Binary 11001010 11000 1111000 0 1011000 101001 10101 101001000 1001111 101100

Color Harmonies of #CA1878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1878

Black with #CA1878

Text Example


Text Example

White with #CA1878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1878; }

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

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

background-color css

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

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

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

border-color css

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

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

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