Html Css Color HEX #CA1279 Medium Violet Red

📋 copy color: '#CA1279'

red 202 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #CA1279

Tints of Medium Violet Red #CA1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 59.24%
G = 5.28%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA1279 (or 0xCA1279) is known color: Medium Violet Red. HEX triplet: CA, 12 and 79. RGB value is (202,18,121). Sum of RGB (Red+Green+Blue) = 202+18+121=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1279 is #35ED86. Grayscale: #545454. Windows color (decimal): -3534215 or 7934666. OLE color: 7934666.

HSL color Cylindrical-coordinate representation of color #CA1279: hue angle of 326.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1279 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 121 -
CMYK 0 0.91 0.40 0.21
HSL 326.41º 0.84% 0.43% -
HSV(B) 326.41º 0.91% 0.79% -
XYZ 28.02 14.37 19.39 -
YUV 84.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 202 18 121 0 0.91 0.40 0.21 326.41 0.84 0.43
Hex CA 12 79 0 5B 28 15 146 54 2B
Octal 312 22 171 0 133 50 25 506 124 53
Binary 11001010 10010 1111001 0 1011011 101000 10101 101000110 1010100 101011

Color Harmonies of #CA1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1279

Black with #CA1279

Text Example


Text Example

White with #CA1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1279; }

 p { color: rgb(202,18,121); }

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

background-color css

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

 a { background-color: rgb(202,18,121); }

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

border-color css

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

 span { border-color: rgb(202,18,121); }

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