Html Css Color HEX #C2367B Medium Red Violet

📋 copy color: '#C2367B'

red 194 ◦ green 54 ◦ blue 123

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

Shades of Medium Red Violet #C2367B

Tints of Medium Red Violet #C2367B

RGB

 RED value IS 194 (76.17% from 255) = 52.29%

 GREEN value IS 54 (21.48% from 255) = 14.56%

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

R = 52.29%
G = 14.56%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2367B (or 0xC2367B) is known color: Medium Red Violet. HEX triplet: C2, 36 and 7B. RGB value is (194,54,123). Sum of RGB (Red+Green+Blue) = 194+54+123=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2367B is #3DC984. Grayscale: #676767. Windows color (decimal): -4049285 or 8074946. OLE color: 8074946.

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

Color convert

RGB 194 54 123 -
CMYK 0 0.72 0.37 0.24
HSL 330.43º 0.56% 0.49% -
HSV(B) 330.43º 0.72% 0.76% -
XYZ 27.14 15.54 20.31 -
YUV 103.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 194 54 123 0 0.72 0.37 0.24 330.43 0.56 0.49
Hex C2 36 7B 0 48 25 18 14A 38 31
Octal 302 66 173 0 110 45 30 512 70 61
Binary 11000010 110110 1111011 0 1001000 100101 11000 101001010 111000 110001

Color Harmonies of #C2367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2367B

Black with #C2367B

Text Example


Text Example

White with #C2367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2367B; }

 p { color: rgb(194,54,123); }

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

background-color css

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

 a { background-color: rgb(194,54,123); }

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

border-color css

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

 span { border-color: rgb(194,54,123); }

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