Html Css Color HEX #C2267B Medium Red Violet

📋 copy color: '#C2267B'

red 194 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #C2267B

Tints of Medium Red Violet #C2267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

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

R = 54.65%
G = 10.7%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2267B (or 0xC2267B) is known color: Medium Red Violet. HEX triplet: C2, 26 and 7B. RGB value is (194,38,123). Sum of RGB (Red+Green+Blue) = 194+38+123=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2267B is #3DD984. Grayscale: #5E5E5E. Windows color (decimal): -4053381 or 8070850. OLE color: 8070850.

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

Color convert

RGB 194 38 123 -
CMYK 0 0.80 0.37 0.24
HSL 327.31º 0.67% 0.45% -
HSV(B) 327.31º 0.8% 0.76% -
XYZ 26.52 14.29 20.1 -
YUV 94.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 194 38 123 0 0.80 0.37 0.24 327.31 0.67 0.45
Hex C2 26 7B 0 50 25 18 147 43 2D
Octal 302 46 173 0 120 45 30 507 103 55
Binary 11000010 100110 1111011 0 1010000 100101 11000 101000111 1000011 101101

Color Harmonies of #C2267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2267B

Black with #C2267B

Text Example


Text Example

White with #C2267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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