Html Css Color HEX #CA1372 Medium Violet Red

📋 copy color: '#CA1372'

red 202 ◦ green 19 ◦ blue 114

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

Shades of Medium Violet Red #CA1372

Tints of Medium Violet Red #CA1372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 60.3%
G = 5.67%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA1372 (or 0xCA1372) is known color: Medium Violet Red. HEX triplet: CA, 13 and 72. RGB value is (202,19,114). Sum of RGB (Red+Green+Blue) = 202+19+114=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1372 is #35EC8D. Grayscale: #545454. Windows color (decimal): -3533966 or 7476170. OLE color: 7476170.

HSL color Cylindrical-coordinate representation of color #CA1372: hue angle of 328.85º degrees, saturation: 0.83, 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 #CA1372 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 114 -
CMYK 0 0.91 0.44 0.21
HSL 328.85º 0.83% 0.43% -
HSV(B) 328.85º 0.91% 0.79% -
XYZ 27.63 14.24 17.21 -
YUV 84.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 202 19 114 0 0.91 0.44 0.21 328.85 0.83 0.43
Hex CA 13 72 0 5B 2C 15 149 53 2B
Octal 312 23 162 0 133 54 25 511 123 53
Binary 11001010 10011 1110010 0 1011011 101100 10101 101001001 1010011 101011

Color Harmonies of #CA1372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1372

Black with #CA1372

Text Example


Text Example

White with #CA1372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1372; }

 p { color: rgb(202,19,114); }

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

background-color css

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

 a { background-color: rgb(202,19,114); }

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

border-color css

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

 span { border-color: rgb(202,19,114); }

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