Html Css Color HEX #C3168B Medium Violet Red

📋 copy color: '#C3168B'

red 195 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #C3168B

Tints of Medium Violet Red #C3168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

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

R = 54.78%
G = 6.18%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3168B (or 0xC3168B) is known color: Medium Violet Red. HEX triplet: C3, 16 and 8B. RGB value is (195,22,139). Sum of RGB (Red+Green+Blue) = 195+22+139=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3168B is #3CE974. Grayscale: #565656. Windows color (decimal): -3991925 or 9115331. OLE color: 9115331.

HSL color Cylindrical-coordinate representation of color #C3168B: hue angle of 319.42º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3168B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 139 -
CMYK 0 0.89 0.29 0.24
HSL 319.42º 0.8% 0.43% -
HSV(B) 319.42º 0.89% 0.76% -
XYZ 27.45 14.04 25.69 -
YUV 87.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 195 22 139 0 0.89 0.29 0.24 319.42 0.8 0.43
Hex C3 16 8B 0 59 1D 18 13F 50 2B
Octal 303 26 213 0 131 35 30 477 120 53
Binary 11000011 10110 10001011 0 1011001 11101 11000 100111111 1010000 101011

Color Harmonies of #C3168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3168B

Black with #C3168B

Text Example


Text Example

White with #C3168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3168B; }

 p { color: rgb(195,22,139); }

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

background-color css

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

 a { background-color: rgb(195,22,139); }

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

border-color css

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

 span { border-color: rgb(195,22,139); }

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