Html Css Color HEX #C2307F Medium Red Violet

📋 copy color: '#C2307F'

red 194 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #C2307F

Tints of Medium Red Violet #C2307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 52.57%
G = 13.01%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2307F (or 0xC2307F) is known color: Medium Red Violet. HEX triplet: C2, 30 and 7F. RGB value is (194,48,127). Sum of RGB (Red+Green+Blue) = 194+48+127=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2307F is #3DCF80. Grayscale: #646464. Windows color (decimal): -4050817 or 8335554. OLE color: 8335554.

HSL color Cylindrical-coordinate representation of color #C2307F: hue angle of 327.53º 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 #C2307F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 127 -
CMYK 0 0.75 0.35 0.24
HSL 327.53º 0.6% 0.47% -
HSV(B) 327.53º 0.75% 0.76% -
XYZ 27.14 15.12 21.57 -
YUV 100.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 194 48 127 0 0.75 0.35 0.24 327.53 0.6 0.47
Hex C2 30 7F 0 4B 23 18 148 3C 2F
Octal 302 60 177 0 113 43 30 510 74 57
Binary 11000010 110000 1111111 0 1001011 100011 11000 101001000 111100 101111

Color Harmonies of #C2307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2307F

Black with #C2307F

Text Example


Text Example

White with #C2307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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