Html Css Color HEX #CA247F Medium Violet Red

📋 copy color: '#CA247F'

red 202 ◦ green 36 ◦ blue 127

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

Shades of Medium Violet Red #CA247F

Tints of Medium Violet Red #CA247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 55.34%
G = 9.86%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA247F (or 0xCA247F) is known color: Medium Violet Red. HEX triplet: CA, 24 and 7F. RGB value is (202,36,127). Sum of RGB (Red+Green+Blue) = 202+36+127=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA247F is #35DB80. Grayscale: #5F5F5F. Windows color (decimal): -3529601 or 8332490. OLE color: 8332490.

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

Color convert

RGB 202 36 127 -
CMYK 0 0.82 0.37 0.21
HSL 327.11º 0.7% 0.47% -
HSV(B) 327.11º 0.82% 0.79% -
XYZ 28.82 15.35 21.52 -
YUV 96.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 202 36 127 0 0.82 0.37 0.21 327.11 0.7 0.47
Hex CA 24 7F 0 52 25 15 147 46 2F
Octal 312 44 177 0 122 45 25 507 106 57
Binary 11001010 100100 1111111 0 1010010 100101 10101 101000111 1000110 101111

Color Harmonies of #CA247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA247F

Black with #CA247F

Text Example


Text Example

White with #CA247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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