Html Css Color HEX #C3337D Medium Red Violet

📋 copy color: '#C3337D'

red 195 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #C3337D

Tints of Medium Red Violet #C3337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

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

R = 52.56%
G = 13.75%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3337D (or 0xC3337D) is known color: Medium Red Violet. HEX triplet: C3, 33 and 7D. RGB value is (195,51,125). Sum of RGB (Red+Green+Blue) = 195+51+125=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3337D is #3CCC82. Grayscale: #666666. Windows color (decimal): -3984515 or 8205251. OLE color: 8205251.

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

Color convert

RGB 195 51 125 -
CMYK 0 0.74 0.36 0.24
HSL 329.17º 0.59% 0.48% -
HSV(B) 329.17º 0.74% 0.76% -
XYZ 27.39 15.45 20.94 -
YUV 102.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 195 51 125 0 0.74 0.36 0.24 329.17 0.59 0.48
Hex C3 33 7D 0 4A 24 18 149 3B 30
Octal 303 63 175 0 112 44 30 511 73 60
Binary 11000011 110011 1111101 0 1001010 100100 11000 101001001 111011 110000

Color Harmonies of #C3337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3337D

Black with #C3337D

Text Example


Text Example

White with #C3337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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