Html Css Color HEX #CA1B7D Medium Violet Red

📋 copy color: '#CA1B7D'

red 202 ◦ green 27 ◦ blue 125

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

Shades of Medium Violet Red #CA1B7D

Tints of Medium Violet Red #CA1B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.63%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 57.06%
G = 7.63%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA1B7D (or 0xCA1B7D) is known color: Medium Violet Red. HEX triplet: CA, 1B and 7D. RGB value is (202,27,125). Sum of RGB (Red+Green+Blue) = 202+27+125=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B7D is #35E482. Grayscale: #5A5A5A. Windows color (decimal): -3531907 or 8199114. OLE color: 8199114.

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

Color convert

RGB 202 27 125 -
CMYK 0 0.87 0.38 0.21
HSL 326.4º 0.76% 0.45% -
HSV(B) 326.4º 0.87% 0.79% -
XYZ 28.45 14.82 20.76 -
YUV 90.5 147.48 207.53 -
System Red Green Blue C M Y K H S L
Decimal 202 27 125 0 0.87 0.38 0.21 326.4 0.76 0.45
Hex CA 1B 7D 0 57 26 15 146 4C 2D
Octal 312 33 175 0 127 46 25 506 114 55
Binary 11001010 11011 1111101 0 1010111 100110 10101 101000110 1001100 101101

Color Harmonies of #CA1B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1B7D

Black with #CA1B7D

Text Example


Text Example

White with #CA1B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1B7D; }

 p { color: rgb(202,27,125); }

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

background-color css

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

 a { background-color: rgb(202,27,125); }

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

border-color css

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

 span { border-color: rgb(202,27,125); }

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