Html Css Color HEX #C33D7A Medium Red Violet

📋 copy color: '#C33D7A'

red 195 ◦ green 61 ◦ blue 122

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

Shades of Medium Red Violet #C33D7A

Tints of Medium Red Violet #C33D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 51.59%
G = 16.14%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C33D7A (or 0xC33D7A) is known color: Medium Red Violet. HEX triplet: C3, 3D and 7A. RGB value is (195,61,122). Sum of RGB (Red+Green+Blue) = 195+61+122=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D7A is #3CC285. Grayscale: #6B6B6B. Windows color (decimal): -3981958 or 8011203. OLE color: 8011203.

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

Color convert

RGB 195 61 122 -
CMYK 0 0.69 0.37 0.24
HSL 332.69º 0.53% 0.5% -
HSV(B) 332.69º 0.69% 0.76% -
XYZ 27.69 16.34 20.11 -
YUV 108.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 195 61 122 0 0.69 0.37 0.24 332.69 0.53 0.5
Hex C3 3D 7A 0 45 25 18 14D 35 32
Octal 303 75 172 0 105 45 30 515 65 62
Binary 11000011 111101 1111010 0 1000101 100101 11000 101001101 110101 110010

Color Harmonies of #C33D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D7A

Black with #C33D7A

Text Example


Text Example

White with #C33D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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