Html Css Color HEX #C33093 Medium Red Violet

📋 copy color: '#C33093'

red 195 ◦ green 48 ◦ blue 147

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

Shades of Medium Red Violet #C33093

Tints of Medium Red Violet #C33093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.31%

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

R = 50%
G = 12.31%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33093 (or 0xC33093) is known color: Medium Red Violet. HEX triplet: C3, 30 and 93. RGB value is (195,48,147). Sum of RGB (Red+Green+Blue) = 195+48+147=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C33093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33093 is #3CCF6C. Grayscale: #666666. Windows color (decimal): -3985261 or 9646275. OLE color: 9646275.

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

Color convert

RGB 195 48 147 -
CMYK 0 0.75 0.25 0.24
HSL 319.59º 0.6% 0.48% -
HSV(B) 319.59º 0.75% 0.76% -
XYZ 28.83 15.82 29.14 -
YUV 103.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 195 48 147 0 0.75 0.25 0.24 319.59 0.6 0.48
Hex C3 30 93 0 4B 19 18 140 3C 30
Octal 303 60 223 0 113 31 30 500 74 60
Binary 11000011 110000 10010011 0 1001011 11001 11000 101000000 111100 110000

Color Harmonies of #C33093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33093

Black with #C33093

Text Example


Text Example

White with #C33093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33093; }

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

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

background-color css

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

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

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

border-color css

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

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

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