Html Css Color HEX #C2257B Medium Red Violet

📋 copy color: '#C2257B'

red 194 ◦ green 37 ◦ blue 123

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

Shades of Medium Red Violet #C2257B

Tints of Medium Red Violet #C2257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.45%

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

R = 54.8%
G = 10.45%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2257B (or 0xC2257B) is known color: Medium Red Violet. HEX triplet: C2, 25 and 7B. RGB value is (194,37,123). Sum of RGB (Red+Green+Blue) = 194+37+123=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2257B is #3DDA84. Grayscale: #5D5D5D. Windows color (decimal): -4053637 or 8070594. OLE color: 8070594.

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

Color convert

RGB 194 37 123 -
CMYK 0 0.81 0.37 0.24
HSL 327.13º 0.68% 0.45% -
HSV(B) 327.13º 0.81% 0.76% -
XYZ 26.48 14.22 20.09 -
YUV 93.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 194 37 123 0 0.81 0.37 0.24 327.13 0.68 0.45
Hex C2 25 7B 0 51 25 18 147 44 2D
Octal 302 45 173 0 121 45 30 507 104 55
Binary 11000010 100101 1111011 0 1010001 100101 11000 101000111 1000100 101101

Color Harmonies of #C2257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2257B

Black with #C2257B

Text Example


Text Example

White with #C2257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2257B; }

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

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

background-color css

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

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

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

border-color css

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

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

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