Html Css Color HEX #C33D7E Medium Red Violet

📋 copy color: '#C33D7E'

red 195 ◦ green 61 ◦ blue 126

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

Shades of Medium Red Violet #C33D7E

Tints of Medium Red Violet #C33D7E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.97%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 51.05%
G = 15.97%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C33D7E (or 0xC33D7E) is known color: Medium Red Violet. HEX triplet: C3, 3D and 7E. RGB value is (195,61,126). Sum of RGB (Red+Green+Blue) = 195+61+126=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D7E is #3CC281. Grayscale: #6C6C6C. Windows color (decimal): -3981954 or 8273347. OLE color: 8273347.

HSL color Cylindrical-coordinate representation of color #C33D7E: hue angle of 330.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D7E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 126 -
CMYK 0 0.69 0.35 0.24
HSL 330.9º 0.53% 0.5% -
HSV(B) 330.9º 0.69% 0.76% -
XYZ 27.94 16.45 21.44 -
YUV 108.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 195 61 126 0 0.69 0.35 0.24 330.9 0.53 0.5
Hex C3 3D 7E 0 45 23 18 14B 35 32
Octal 303 75 176 0 105 43 30 513 65 62
Binary 11000011 111101 1111110 0 1000101 100011 11000 101001011 110101 110010

Color Harmonies of #C33D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D7E

Black with #C33D7E

Text Example


Text Example

White with #C33D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D7E; }

 p { color: rgb(195,61,126); }

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

background-color css

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

 a { background-color: rgb(195,61,126); }

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

border-color css

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

 span { border-color: rgb(195,61,126); }

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