Html Css Color HEX #C33074 Medium Red Violet

📋 copy color: '#C33074'

red 195 ◦ green 48 ◦ blue 116

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

Shades of Medium Red Violet #C33074

Tints of Medium Red Violet #C33074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 54.32%
G = 13.37%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C33074 (or 0xC33074) is known color: Medium Red Violet. HEX triplet: C3, 30 and 74. RGB value is (195,48,116). Sum of RGB (Red+Green+Blue) = 195+48+116=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C33074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33074 is #3CCF8B. Grayscale: #636363. Windows color (decimal): -3985292 or 7614659. OLE color: 7614659.

HSL color Cylindrical-coordinate representation of color #C33074: hue angle of 332.24º 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 #C33074 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 116 -
CMYK 0 0.75 0.41 0.24
HSL 332.24º 0.6% 0.48% -
HSV(B) 332.24º 0.75% 0.76% -
XYZ 26.72 14.98 18.01 -
YUV 99.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 195 48 116 0 0.75 0.41 0.24 332.24 0.6 0.48
Hex C3 30 74 0 4B 29 18 14C 3C 30
Octal 303 60 164 0 113 51 30 514 74 60
Binary 11000011 110000 1110100 0 1001011 101001 11000 101001100 111100 110000

Color Harmonies of #C33074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33074

Black with #C33074

Text Example


Text Example

White with #C33074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33074; }

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

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

background-color css

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

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

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

border-color css

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

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

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