Html Css Color HEX #CA249E Medium Violet Red

📋 copy color: '#CA249E'

red 202 ◦ green 36 ◦ blue 158

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

Shades of Medium Violet Red #CA249E

Tints of Medium Violet Red #CA249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 51.01%
G = 9.09%
B = 39.9%

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

#CA249E (or 0xCA249E) is known color: Medium Violet Red. HEX triplet: CA, 24 and 9E. RGB value is (202,36,158). Sum of RGB (Red+Green+Blue) = 202+36+158=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA249E is #35DB61. Grayscale: #636363. Windows color (decimal): -3529570 or 10364106. OLE color: 10364106.

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

Color convert

RGB 202 36 158 -
CMYK 0 0.82 0.22 0.21
HSL 315.9º 0.7% 0.47% -
HSV(B) 315.9º 0.82% 0.79% -
XYZ 31.16 16.29 33.85 -
YUV 99.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 202 36 158 0 0.82 0.22 0.21 315.9 0.7 0.47
Hex CA 24 9E 0 52 16 15 13C 46 2F
Octal 312 44 236 0 122 26 25 474 106 57
Binary 11001010 100100 10011110 0 1010010 10110 10101 100111100 1000110 101111

Color Harmonies of #CA249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA249E

Black with #CA249E

Text Example


Text Example

White with #CA249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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