Html Css Color HEX #C8308A Medium Red Violet

📋 copy color: '#C8308A'

red 200 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #C8308A

Tints of Medium Red Violet #C8308A

RGB

 RED value IS 200 (78.52% from 255) = 51.81%

 GREEN value IS 48 (19.14% from 255) = 12.44%

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 51.81%
G = 12.44%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8308A (or 0xC8308A) is known color: Medium Red Violet. HEX triplet: C8, 30 and 8A. RGB value is (200,48,138). Sum of RGB (Red+Green+Blue) = 200+48+138=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8308A is #37CF75. Grayscale: #676767. Windows color (decimal): -3657590 or 9056456. OLE color: 9056456.

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

Color convert

RGB 200 48 138 -
CMYK 0 0.76 0.31 0.22
HSL 324.47º 0.61% 0.49% -
HSV(B) 324.47º 0.76% 0.78% -
XYZ 29.46 16.23 25.62 -
YUV 103.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 200 48 138 0 0.76 0.31 0.22 324.47 0.61 0.49
Hex C8 30 8A 0 4C 1F 16 144 3D 31
Octal 310 60 212 0 114 37 26 504 75 61
Binary 11001000 110000 10001010 0 1001100 11111 10110 101000100 111101 110001

Color Harmonies of #C8308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8308A

Black with #C8308A

Text Example


Text Example

White with #C8308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8308A; }

 p { color: rgb(200,48,138); }

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

background-color css

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

 a { background-color: rgb(200,48,138); }

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

border-color css

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

 span { border-color: rgb(200,48,138); }

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