Html Css Color HEX #CA248F Medium Violet Red

📋 copy color: '#CA248F'

red 202 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #CA248F

Tints of Medium Violet Red #CA248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 53.02%
G = 9.45%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA248F (or 0xCA248F) is known color: Medium Violet Red. HEX triplet: CA, 24 and 8F. RGB value is (202,36,143). Sum of RGB (Red+Green+Blue) = 202+36+143=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA248F is #35DB70. Grayscale: #616161. Windows color (decimal): -3529585 or 9381066. OLE color: 9381066.

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

Color convert

RGB 202 36 143 -
CMYK 0 0.82 0.29 0.21
HSL 321.33º 0.7% 0.47% -
HSV(B) 321.33º 0.82% 0.79% -
XYZ 29.95 15.8 27.46 -
YUV 97.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 202 36 143 0 0.82 0.29 0.21 321.33 0.7 0.47
Hex CA 24 8F 0 52 1D 15 141 46 2F
Octal 312 44 217 0 122 35 25 501 106 57
Binary 11001010 100100 10001111 0 1010010 11101 10101 101000001 1000110 101111

Color Harmonies of #CA248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA248F

Black with #CA248F

Text Example


Text Example

White with #CA248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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