Html Css Color HEX #C33293 Medium Red Violet

📋 copy color: '#C33293'

red 195 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #C33293

Tints of Medium Red Violet #C33293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

 BLUE value IS 147 (57.81% from 255) = 37.5%

R = 49.74%
G = 12.76%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33293 (or 0xC33293) is known color: Medium Red Violet. HEX triplet: C3, 32 and 93. RGB value is (195,50,147). Sum of RGB (Red+Green+Blue) = 195+50+147=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C33293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33293 is #3CCD6C. Grayscale: #686868. Windows color (decimal): -3984749 or 9646787. OLE color: 9646787.

HSL color Cylindrical-coordinate representation of color #C33293: hue angle of 319.86º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33293 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 147 -
CMYK 0 0.74 0.25 0.24
HSL 319.86º 0.59% 0.48% -
HSV(B) 319.86º 0.74% 0.76% -
XYZ 28.91 15.99 29.17 -
YUV 104.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 195 50 147 0 0.74 0.25 0.24 319.86 0.59 0.48
Hex C3 32 93 0 4A 19 18 140 3B 30
Octal 303 62 223 0 112 31 30 500 73 60
Binary 11000011 110010 10010011 0 1001010 11001 11000 101000000 111011 110000

Color Harmonies of #C33293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33293

Black with #C33293

Text Example


Text Example

White with #C33293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33293; }

 p { color: rgb(195,50,147); }

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

background-color css

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

 a { background-color: rgb(195,50,147); }

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

border-color css

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

 span { border-color: rgb(195,50,147); }

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