Html Css Color HEX #C3027B Medium Violet Red

📋 copy color: '#C3027B'

red 195 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #C3027B

Tints of Medium Violet Red #C3027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 60.94%
G = 0.63%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3027B (or 0xC3027B) is known color: Medium Violet Red. HEX triplet: C3, 02 and 7B. RGB value is (195,2,123). Sum of RGB (Red+Green+Blue) = 195+2+123=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3027B is #3CFD84. Grayscale: #494949. Windows color (decimal): -3997061 or 8061635. OLE color: 8061635.

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

Color convert

RGB 195 2 123 -
CMYK 0 0.99 0.37 0.24
HSL 322.38º 0.98% 0.39% -
HSV(B) 322.38º 0.99% 0.76% -
XYZ 26.1 13.08 19.89 -
YUV 73.5 155.94 214.66 -
System Red Green Blue C M Y K H S L
Decimal 195 2 123 0 0.99 0.37 0.24 322.38 0.98 0.39
Hex C3 2 7B 0 63 25 18 142 62 27
Octal 303 2 173 0 143 45 30 502 142 47
Binary 11000011 10 1111011 0 1100011 100101 11000 101000010 1100010 100111

Color Harmonies of #C3027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3027B

Black with #C3027B

Text Example


Text Example

White with #C3027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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