Html Css Color HEX #CA2695 Medium Violet Red

📋 copy color: '#CA2695'

red 202 ◦ green 38 ◦ blue 149

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

Shades of Medium Violet Red #CA2695

Tints of Medium Violet Red #CA2695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.77%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 51.93%
G = 9.77%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA2695 (or 0xCA2695) is known color: Medium Violet Red. HEX triplet: CA, 26 and 95. RGB value is (202,38,149). Sum of RGB (Red+Green+Blue) = 202+38+149=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2695 is #35D96A. Grayscale: #636363. Windows color (decimal): -3529067 or 9774794. OLE color: 9774794.

HSL color Cylindrical-coordinate representation of color #CA2695: hue angle of 319.39º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2695 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 38 149 -
CMYK 0 0.81 0.26 0.21
HSL 319.39º 0.68% 0.47% -
HSV(B) 319.39º 0.81% 0.79% -
XYZ 30.48 16.11 29.94 -
YUV 99.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 202 38 149 0 0.81 0.26 0.21 319.39 0.68 0.47
Hex CA 26 95 0 51 1A 15 13F 44 2F
Octal 312 46 225 0 121 32 25 477 104 57
Binary 11001010 100110 10010101 0 1010001 11010 10101 100111111 1000100 101111

Color Harmonies of #CA2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2695

Black with #CA2695

Text Example


Text Example

White with #CA2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2695; }

 p { color: rgb(202,38,149); }

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

background-color css

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

 a { background-color: rgb(202,38,149); }

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

border-color css

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

 span { border-color: rgb(202,38,149); }

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