Html Css Color HEX #CA248C Medium Violet Red

📋 copy color: '#CA248C'

red 202 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #CA248C

Tints of Medium Violet Red #CA248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 53.44%
G = 9.52%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA248C (or 0xCA248C) is known color: Medium Violet Red. HEX triplet: CA, 24 and 8C. RGB value is (202,36,140). Sum of RGB (Red+Green+Blue) = 202+36+140=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA248C is #35DB73. Grayscale: #616161. Windows color (decimal): -3529588 or 9184458. OLE color: 9184458.

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

Color convert

RGB 202 36 140 -
CMYK 0 0.82 0.31 0.21
HSL 322.41º 0.7% 0.47% -
HSV(B) 322.41º 0.82% 0.79% -
XYZ 29.72 15.71 26.28 -
YUV 97.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 202 36 140 0 0.82 0.31 0.21 322.41 0.7 0.47
Hex CA 24 8C 0 52 1F 15 142 46 2F
Octal 312 44 214 0 122 37 25 502 106 57
Binary 11001010 100100 10001100 0 1010010 11111 10101 101000010 1000110 101111

Color Harmonies of #CA248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA248C

Black with #CA248C

Text Example


Text Example

White with #CA248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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