Html Css Color HEX #CA2375 Medium Violet Red

📋 copy color: '#CA2375'

red 202 ◦ green 35 ◦ blue 117

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

Shades of Medium Violet Red #CA2375

Tints of Medium Violet Red #CA2375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 57.06%
G = 9.89%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA2375 (or 0xCA2375) is known color: Medium Violet Red. HEX triplet: CA, 23 and 75. RGB value is (202,35,117). Sum of RGB (Red+Green+Blue) = 202+35+117=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2375 is #35DC8A. Grayscale: #5E5E5E. Windows color (decimal): -3529867 or 7676874. OLE color: 7676874.

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

Color convert

RGB 202 35 117 -
CMYK 0 0.83 0.42 0.21
HSL 330.54º 0.7% 0.46% -
HSV(B) 330.54º 0.83% 0.79% -
XYZ 28.17 15.04 18.25 -
YUV 94.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 202 35 117 0 0.83 0.42 0.21 330.54 0.7 0.46
Hex CA 23 75 0 53 2A 15 14B 46 2E
Octal 312 43 165 0 123 52 25 513 106 56
Binary 11001010 100011 1110101 0 1010011 101010 10101 101001011 1000110 101110

Color Harmonies of #CA2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2375

Black with #CA2375

Text Example


Text Example

White with #CA2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2375; }

 p { color: rgb(202,35,117); }

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

background-color css

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

 a { background-color: rgb(202,35,117); }

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

border-color css

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

 span { border-color: rgb(202,35,117); }

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