Html Css Color HEX #CA247C Medium Violet Red

📋 copy color: '#CA247C'

red 202 ◦ green 36 ◦ blue 124

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

Shades of Medium Violet Red #CA247C

Tints of Medium Violet Red #CA247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 55.8%
G = 9.94%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA247C (or 0xCA247C) is known color: Medium Violet Red. HEX triplet: CA, 24 and 7C. RGB value is (202,36,124). Sum of RGB (Red+Green+Blue) = 202+36+124=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA247C is #35DB83. Grayscale: #5F5F5F. Windows color (decimal): -3529604 or 8135882. OLE color: 8135882.

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

Color convert

RGB 202 36 124 -
CMYK 0 0.82 0.39 0.21
HSL 328.19º 0.7% 0.47% -
HSV(B) 328.19º 0.82% 0.79% -
XYZ 28.63 15.27 20.51 -
YUV 95.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 202 36 124 0 0.82 0.39 0.21 328.19 0.7 0.47
Hex CA 24 7C 0 52 27 15 148 46 2F
Octal 312 44 174 0 122 47 25 510 106 57
Binary 11001010 100100 1111100 0 1010010 100111 10101 101001000 1000110 101111

Color Harmonies of #CA247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA247C

Black with #CA247C

Text Example


Text Example

White with #CA247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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