Html Css Color HEX #C3238C Medium Violet Red

📋 copy color: '#C3238C'

red 195 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #C3238C

Tints of Medium Violet Red #C3238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.46%

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

R = 52.7%
G = 9.46%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3238C (or 0xC3238C) is known color: Medium Violet Red. HEX triplet: C3, 23 and 8C. RGB value is (195,35,140). Sum of RGB (Red+Green+Blue) = 195+35+140=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3238C is #3CDC73. Grayscale: #5E5E5E. Windows color (decimal): -3988596 or 9184195. OLE color: 9184195.

HSL color Cylindrical-coordinate representation of color #C3238C: hue angle of 320.62º degrees, saturation: 0.7, 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 #C3238C is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 140 -
CMYK 0 0.82 0.28 0.24
HSL 320.63º 0.7% 0.45% -
HSV(B) 320.63º 0.82% 0.76% -
XYZ 27.84 14.7 26.18 -
YUV 94.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 195 35 140 0 0.82 0.28 0.24 320.63 0.7 0.45
Hex C3 23 8C 0 52 1C 18 141 46 2D
Octal 303 43 214 0 122 34 30 501 106 55
Binary 11000011 100011 10001100 0 1010010 11100 11000 101000001 1000110 101101

Color Harmonies of #C3238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3238C

Black with #C3238C

Text Example


Text Example

White with #C3238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3238C; }

 p { color: rgb(195,35,140); }

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

background-color css

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

 a { background-color: rgb(195,35,140); }

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

border-color css

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

 span { border-color: rgb(195,35,140); }

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