Html Css Color HEX #C3377D Medium Red Violet

📋 copy color: '#C3377D'

red 195 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #C3377D

Tints of Medium Red Violet #C3377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 52%
G = 14.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3377D (or 0xC3377D) is known color: Medium Red Violet. HEX triplet: C3, 37 and 7D. RGB value is (195,55,125). Sum of RGB (Red+Green+Blue) = 195+55+125=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3377D is #3CC882. Grayscale: #686868. Windows color (decimal): -3983491 or 8206275. OLE color: 8206275.

HSL color Cylindrical-coordinate representation of color #C3377D: hue angle of 330º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3377D is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 125 -
CMYK 0 0.72 0.36 0.24
HSL 330º 0.56% 0.49% -
HSV(B) 330º 0.72% 0.76% -
XYZ 27.57 15.82 21 -
YUV 104.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 195 55 125 0 0.72 0.36 0.24 330 0.56 0.49
Hex C3 37 7D 0 48 24 18 14A 38 31
Octal 303 67 175 0 110 44 30 512 70 61
Binary 11000011 110111 1111101 0 1001000 100100 11000 101001010 111000 110001

Color Harmonies of #C3377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3377D

Black with #C3377D

Text Example


Text Example

White with #C3377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3377D; }

 p { color: rgb(195,55,125); }

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

background-color css

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

 a { background-color: rgb(195,55,125); }

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

border-color css

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

 span { border-color: rgb(195,55,125); }

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