Html Css Color HEX #CA249D Medium Violet Red

📋 copy color: '#CA249D'

red 202 ◦ green 36 ◦ blue 157

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

Shades of Medium Violet Red #CA249D

Tints of Medium Violet Red #CA249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 51.14%
G = 9.11%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA249D (or 0xCA249D) is known color: Medium Violet Red. HEX triplet: CA, 24 and 9D. RGB value is (202,36,157). Sum of RGB (Red+Green+Blue) = 202+36+157=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA249D is #35DB62. Grayscale: #636363. Windows color (decimal): -3529571 or 10298570. OLE color: 10298570.

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

Color convert

RGB 202 36 157 -
CMYK 0 0.82 0.22 0.21
HSL 316.27º 0.7% 0.47% -
HSV(B) 316.27º 0.82% 0.79% -
XYZ 31.07 16.25 33.4 -
YUV 99.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 202 36 157 0 0.82 0.22 0.21 316.27 0.7 0.47
Hex CA 24 9D 0 52 16 15 13C 46 2F
Octal 312 44 235 0 122 26 25 474 106 57
Binary 11001010 100100 10011101 0 1010010 10110 10101 100111100 1000110 101111

Color Harmonies of #CA249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA249D

Black with #CA249D

Text Example


Text Example

White with #CA249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA249D; }

 p { color: rgb(202,36,157); }

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

background-color css

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

 a { background-color: rgb(202,36,157); }

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

border-color css

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

 span { border-color: rgb(202,36,157); }

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