Html Css Color HEX #CA1CA7 Medium Violet Red

📋 copy color: '#CA1CA7'

red 202 ◦ green 28 ◦ blue 167

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

Shades of Medium Violet Red #CA1CA7

Tints of Medium Violet Red #CA1CA7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

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

R = 50.88%
G = 7.05%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA1CA7 (or 0xCA1CA7) is known color: Medium Violet Red. HEX triplet: CA, 1C and A7. RGB value is (202,28,167). Sum of RGB (Red+Green+Blue) = 202+28+167=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1CA7 is #35E358. Grayscale: #5F5F5F. Windows color (decimal): -3531609 or 10951882. OLE color: 10951882.

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

Color convert

RGB 202 28 167 -
CMYK 0 0.86 0.17 0.21
HSL 312.07º 0.76% 0.45% -
HSV(B) 312.07º 0.86% 0.79% -
XYZ 31.75 16.18 38.01 -
YUV 95.87 168.15 203.7 -
System Red Green Blue C M Y K H S L
Decimal 202 28 167 0 0.86 0.17 0.21 312.07 0.76 0.45
Hex CA 1C A7 0 56 11 15 138 4C 2D
Octal 312 34 247 0 126 21 25 470 114 55
Binary 11001010 11100 10100111 0 1010110 10001 10101 100111000 1001100 101101

Color Harmonies of #CA1CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CA7

Black with #CA1CA7

Text Example


Text Example

White with #CA1CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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