Html Css Color HEX #C3247D Medium Violet Red

📋 copy color: '#C3247D'

red 195 ◦ green 36 ◦ blue 125

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

Shades of Medium Violet Red #C3247D

Tints of Medium Violet Red #C3247D

RGB

 RED value IS 195 (76.56% from 255) = 54.78%

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 54.78%
G = 10.11%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3247D (or 0xC3247D) is known color: Medium Violet Red. HEX triplet: C3, 24 and 7D. RGB value is (195,36,125). Sum of RGB (Red+Green+Blue) = 195+36+125=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3247D is #3CDB82. Grayscale: #5D5D5D. Windows color (decimal): -3988355 or 8201411. OLE color: 8201411.

HSL color Cylindrical-coordinate representation of color #C3247D: hue angle of 326.42º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3247D is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 125 -
CMYK 0 0.82 0.36 0.24
HSL 326.42º 0.69% 0.45% -
HSV(B) 326.42º 0.82% 0.76% -
XYZ 26.84 14.34 20.76 -
YUV 93.69 145.68 200.26 -
System Red Green Blue C M Y K H S L
Decimal 195 36 125 0 0.82 0.36 0.24 326.42 0.69 0.45
Hex C3 24 7D 0 52 24 18 146 45 2D
Octal 303 44 175 0 122 44 30 506 105 55
Binary 11000011 100100 1111101 0 1010010 100100 11000 101000110 1000101 101101

Color Harmonies of #C3247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3247D

Black with #C3247D

Text Example


Text Example

White with #C3247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3247D; }

 p { color: rgb(195,36,125); }

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

background-color css

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

 a { background-color: rgb(195,36,125); }

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

border-color css

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

 span { border-color: rgb(195,36,125); }

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