Html Css Color HEX #C3007B Medium Violet Red

📋 copy color: '#C3007B'

red 195 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #C3007B

Tints of Medium Violet Red #C3007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 61.32%
G = 0%
B = 38.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3007B (or 0xC3007B) is known color: Medium Violet Red. HEX triplet: C3, 00 and 7B. RGB value is (195,0,123). Sum of RGB (Red+Green+Blue) = 195+0+123=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3007B is #3CFF84. Grayscale: #484848. Windows color (decimal): -3997573 or 8061123. OLE color: 8061123.

HSL color Cylindrical-coordinate representation of color #C3007B: hue angle of 322.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3007B is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 123 -
CMYK 0 1 0.37 0.24
HSL 322.15º 1% 0.38% -
HSV(B) 322.15º 1% 0.76% -
XYZ 26.08 13.03 19.88 -
YUV 72.33 156.6 215.5 -
System Red Green Blue C M Y K H S L
Decimal 195 0 123 0 1 0.37 0.24 322.15 1 0.38
Hex C3 0 7B 0 64 25 18 142 64 26
Octal 303 0 173 0 144 45 30 502 144 46
Binary 11000011 0 1111011 0 1100100 100101 11000 101000010 1100100 100110

Color Harmonies of #C3007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3007B

Black with #C3007B

Text Example


Text Example

White with #C3007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3007B; }

 p { color: rgb(195,0,123); }

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

background-color css

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

 a { background-color: rgb(195,0,123); }

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

border-color css

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

 span { border-color: rgb(195,0,123); }

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