Html Css Color HEX #C0247B Medium Red Violet

📋 copy color: '#C0247B'

red 192 ◦ green 36 ◦ blue 123

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

Shades of Medium Red Violet #C0247B

Tints of Medium Red Violet #C0247B

RGB

 RED value IS 192 (75.39% from 255) = 54.7%

 GREEN value IS 36 (14.45% from 255) = 10.26%

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

R = 54.7%
G = 10.26%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0247B (or 0xC0247B) is known color: Medium Red Violet. HEX triplet: C0, 24 and 7B. RGB value is (192,36,123). Sum of RGB (Red+Green+Blue) = 192+36+123=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0247B is #3FDB84. Grayscale: #5C5C5C. Windows color (decimal): -4184965 or 8070336. OLE color: 8070336.

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

Color convert

RGB 192 36 123 -
CMYK 0 0.81 0.36 0.25
HSL 326.54º 0.68% 0.45% -
HSV(B) 326.54º 0.81% 0.75% -
XYZ 25.94 13.9 20.05 -
YUV 92.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 192 36 123 0 0.81 0.36 0.25 326.54 0.68 0.45
Hex C0 24 7B 0 51 24 19 147 44 2D
Octal 300 44 173 0 121 44 31 507 104 55
Binary 11000000 100100 1111011 0 1010001 100100 11001 101000111 1000100 101101

Color Harmonies of #C0247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0247B

Black with #C0247B

Text Example


Text Example

White with #C0247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0247B; }

 p { color: rgb(192,36,123); }

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

background-color css

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

 a { background-color: rgb(192,36,123); }

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

border-color css

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

 span { border-color: rgb(192,36,123); }

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