Html Css Color HEX #C3088D Medium Violet Red

📋 copy color: '#C3088D'

red 195 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #C3088D

Tints of Medium Violet Red #C3088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 56.69%
G = 2.33%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3088D (or 0xC3088D) is known color: Medium Violet Red. HEX triplet: C3, 08 and 8D. RGB value is (195,8,141). Sum of RGB (Red+Green+Blue) = 195+8+141=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3088D is #3CF772. Grayscale: #4E4E4E. Windows color (decimal): -3995507 or 9242819. OLE color: 9242819.

HSL color Cylindrical-coordinate representation of color #C3088D: hue angle of 317.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3088D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 141 -
CMYK 0 0.96 0.28 0.24
HSL 317.33º 0.92% 0.4% -
HSV(B) 317.33º 0.96% 0.76% -
XYZ 27.4 13.7 26.4 -
YUV 79.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 195 8 141 0 0.96 0.28 0.24 317.33 0.92 0.4
Hex C3 8 8D 0 60 1C 18 13D 5C 28
Octal 303 10 215 0 140 34 30 475 134 50
Binary 11000011 1000 10001101 0 1100000 11100 11000 100111101 1011100 101000

Color Harmonies of #C3088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3088D

Black with #C3088D

Text Example


Text Example

White with #C3088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3088D; }

 p { color: rgb(195,8,141); }

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

background-color css

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

 a { background-color: rgb(195,8,141); }

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

border-color css

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

 span { border-color: rgb(195,8,141); }

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