Html Css Color HEX #C33070 Medium Red Violet

📋 copy color: '#C33070'

red 195 ◦ green 48 ◦ blue 112

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

Shades of Medium Red Violet #C33070

Tints of Medium Red Violet #C33070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 54.93%
G = 13.52%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C33070 (or 0xC33070) is known color: Medium Red Violet. HEX triplet: C3, 30 and 70. RGB value is (195,48,112). Sum of RGB (Red+Green+Blue) = 195+48+112=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C33070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33070 is #3CCF8F. Grayscale: #636363. Windows color (decimal): -3985296 or 7352515. OLE color: 7352515.

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

Color convert

RGB 195 48 112 -
CMYK 0 0.75 0.43 0.24
HSL 333.88º 0.6% 0.48% -
HSV(B) 333.88º 0.75% 0.76% -
XYZ 26.49 14.89 16.81 -
YUV 99.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 195 48 112 0 0.75 0.43 0.24 333.88 0.6 0.48
Hex C3 30 70 0 4B 2B 18 14E 3C 30
Octal 303 60 160 0 113 53 30 516 74 60
Binary 11000011 110000 1110000 0 1001011 101011 11000 101001110 111100 110000

Color Harmonies of #C33070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33070

Black with #C33070

Text Example


Text Example

White with #C33070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33070; }

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

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

background-color css

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

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

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

border-color css

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

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

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