Html Css Color HEX #C2307B Medium Red Violet

📋 copy color: '#C2307B'

red 194 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #C2307B

Tints of Medium Red Violet #C2307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

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

R = 53.15%
G = 13.15%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2307B (or 0xC2307B) is known color: Medium Red Violet. HEX triplet: C2, 30 and 7B. RGB value is (194,48,123). Sum of RGB (Red+Green+Blue) = 194+48+123=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2307B is #3DCF84. Grayscale: #646464. Windows color (decimal): -4050821 or 8073410. OLE color: 8073410.

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

Color convert

RGB 194 48 123 -
CMYK 0 0.75 0.37 0.24
HSL 329.18º 0.6% 0.47% -
HSV(B) 329.18º 0.75% 0.76% -
XYZ 26.88 15.01 20.22 -
YUV 100.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 194 48 123 0 0.75 0.37 0.24 329.18 0.6 0.47
Hex C2 30 7B 0 4B 25 18 149 3C 2F
Octal 302 60 173 0 113 45 30 511 74 57
Binary 11000010 110000 1111011 0 1001011 100101 11000 101001001 111100 101111

Color Harmonies of #C2307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2307B

Black with #C2307B

Text Example


Text Example

White with #C2307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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