Html Css Color HEX #CA2BA7 Medium Red Violet

📋 copy color: '#CA2BA7'

red 202 ◦ green 43 ◦ blue 167

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

Shades of Medium Red Violet #CA2BA7

Tints of Medium Red Violet #CA2BA7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.44%

 BLUE value IS 167 (65.63% from 255) = 40.53%

R = 49.03%
G = 10.44%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA2BA7 (or 0xCA2BA7) is known color: Medium Red Violet. HEX triplet: CA, 2B and A7. RGB value is (202,43,167). Sum of RGB (Red+Green+Blue) = 202+43+167=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BA7 is #35D458. Grayscale: #686868. Windows color (decimal): -3527769 or 10955722. OLE color: 10955722.

HSL color Cylindrical-coordinate representation of color #CA2BA7: hue angle of 313.21º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2BA7 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 43 167 -
CMYK 0 0.79 0.17 0.21
HSL 313.21º 0.65% 0.48% -
HSV(B) 313.21º 0.79% 0.79% -
XYZ 32.2 17.07 38.16 -
YUV 104.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 202 43 167 0 0.79 0.17 0.21 313.21 0.65 0.48
Hex CA 2B A7 0 4F 11 15 139 41 30
Octal 312 53 247 0 117 21 25 471 101 60
Binary 11001010 101011 10100111 0 1001111 10001 10101 100111001 1000001 110000

Color Harmonies of #CA2BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BA7

Black with #CA2BA7

Text Example


Text Example

White with #CA2BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BA7; }

 p { color: rgb(202,43,167); }

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

background-color css

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

 a { background-color: rgb(202,43,167); }

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

border-color css

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

 span { border-color: rgb(202,43,167); }

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