Html Css Color HEX #CA277D Medium Violet Red

📋 copy color: '#CA277D'

red 202 ◦ green 39 ◦ blue 125

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

Shades of Medium Violet Red #CA277D

Tints of Medium Violet Red #CA277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.66%

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

R = 55.19%
G = 10.66%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA277D (or 0xCA277D) is known color: Medium Violet Red. HEX triplet: CA, 27 and 7D. RGB value is (202,39,125). Sum of RGB (Red+Green+Blue) = 202+39+125=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA277D is #35D882. Grayscale: #616161. Windows color (decimal): -3528835 or 8202186. OLE color: 8202186.

HSL color Cylindrical-coordinate representation of color #CA277D: hue angle of 328.34º 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 #CA277D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 125 -
CMYK 0 0.81 0.38 0.21
HSL 328.34º 0.68% 0.47% -
HSV(B) 328.34º 0.81% 0.79% -
XYZ 28.78 15.49 20.87 -
YUV 97.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 202 39 125 0 0.81 0.38 0.21 328.34 0.68 0.47
Hex CA 27 7D 0 51 26 15 148 44 2F
Octal 312 47 175 0 121 46 25 510 104 57
Binary 11001010 100111 1111101 0 1010001 100110 10101 101001000 1000100 101111

Color Harmonies of #CA277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA277D

Black with #CA277D

Text Example


Text Example

White with #CA277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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