Html Css Color HEX #C7338B Medium Red Violet

📋 copy color: '#C7338B'

red 199 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #C7338B

Tints of Medium Red Violet #C7338B

RGB

 RED value IS 199 (78.13% from 255) = 51.16%

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 51.16%
G = 13.11%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7338B (or 0xC7338B) is known color: Medium Red Violet. HEX triplet: C7, 33 and 8B. RGB value is (199,51,139). Sum of RGB (Red+Green+Blue) = 199+51+139=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7338B is #38CC74. Grayscale: #696969. Windows color (decimal): -3722357 or 9122759. OLE color: 9122759.

HSL color Cylindrical-coordinate representation of color #C7338B: hue angle of 324.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7338B is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 51 139 -
CMYK 0 0.74 0.30 0.22
HSL 324.32º 0.59% 0.49% -
HSV(B) 324.32º 0.74% 0.78% -
XYZ 29.4 16.37 26.04 -
YUV 105.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 199 51 139 0 0.74 0.30 0.22 324.32 0.59 0.49
Hex C7 33 8B 0 4A 1E 16 144 3B 31
Octal 307 63 213 0 112 36 26 504 73 61
Binary 11000111 110011 10001011 0 1001010 11110 10110 101000100 111011 110001

Color Harmonies of #C7338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7338B

Black with #C7338B

Text Example


Text Example

White with #C7338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7338B; }

 p { color: rgb(199,51,139); }

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

background-color css

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

 a { background-color: rgb(199,51,139); }

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

border-color css

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

 span { border-color: rgb(199,51,139); }

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