Html Css Color HEX #C3299B Medium Red Violet

📋 copy color: '#C3299B'

red 195 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #C3299B

Tints of Medium Red Violet #C3299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.49%

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 49.87%
G = 10.49%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3299B (or 0xC3299B) is known color: Medium Red Violet. HEX triplet: C3, 29 and 9B. RGB value is (195,41,155). Sum of RGB (Red+Green+Blue) = 195+41+155=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3299B is #3CD664. Grayscale: #636363. Windows color (decimal): -3987045 or 10168771. OLE color: 10168771.

HSL color Cylindrical-coordinate representation of color #C3299B: hue angle of 315.58º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3299B is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 155 -
CMYK 0 0.79 0.21 0.24
HSL 315.58º 0.65% 0.46% -
HSV(B) 315.58º 0.79% 0.76% -
XYZ 29.22 15.55 32.47 -
YUV 100.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 195 41 155 0 0.79 0.21 0.24 315.58 0.65 0.46
Hex C3 29 9B 0 4F 15 18 13C 41 2E
Octal 303 51 233 0 117 25 30 474 101 56
Binary 11000011 101001 10011011 0 1001111 10101 11000 100111100 1000001 101110

Color Harmonies of #C3299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3299B

Black with #C3299B

Text Example


Text Example

White with #C3299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3299B; }

 p { color: rgb(195,41,155); }

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

background-color css

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

 a { background-color: rgb(195,41,155); }

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

border-color css

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

 span { border-color: rgb(195,41,155); }

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