Html Css Color HEX #CA2075 Medium Violet Red

📋 copy color: '#CA2075'

red 202 ◦ green 32 ◦ blue 117

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

Shades of Medium Violet Red #CA2075

Tints of Medium Violet Red #CA2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 57.55%
G = 9.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA2075 (or 0xCA2075) is known color: Medium Violet Red. HEX triplet: CA, 20 and 75. RGB value is (202,32,117). Sum of RGB (Red+Green+Blue) = 202+32+117=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2075 is #35DF8A. Grayscale: #5C5C5C. Windows color (decimal): -3530635 or 7676106. OLE color: 7676106.

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

Color convert

RGB 202 32 117 -
CMYK 0 0.84 0.42 0.21
HSL 330º 0.73% 0.46% -
HSV(B) 330º 0.84% 0.79% -
XYZ 28.08 14.87 18.22 -
YUV 92.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 202 32 117 0 0.84 0.42 0.21 330 0.73 0.46
Hex CA 20 75 0 54 2A 15 14A 49 2E
Octal 312 40 165 0 124 52 25 512 111 56
Binary 11001010 100000 1110101 0 1010100 101010 10101 101001010 1001001 101110

Color Harmonies of #CA2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2075

Black with #CA2075

Text Example


Text Example

White with #CA2075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2075; }

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

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

background-color css

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

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

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

border-color css

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

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

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