Html Css Color HEX #C233A6 Medium Red Violet

📋 copy color: '#C233A6'

red 194 ◦ green 51 ◦ blue 166

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

Shades of Medium Red Violet #C233A6

Tints of Medium Red Violet #C233A6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 47.2%
G = 12.41%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C233A6 (or 0xC233A6) is known color: Medium Red Violet. HEX triplet: C2, 33 and A6. RGB value is (194,51,166). Sum of RGB (Red+Green+Blue) = 194+51+166=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C233A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C233A6 is #3DCC59. Grayscale: #6A6A6A. Windows color (decimal): -4050010 or 10892226. OLE color: 10892226.

HSL color Cylindrical-coordinate representation of color #C233A6: hue angle of 311.75º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C233A6 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 166 -
CMYK 0 0.74 0.14 0.24
HSL 311.75º 0.58% 0.48% -
HSV(B) 311.75º 0.74% 0.76% -
XYZ 30.31 16.59 37.68 -
YUV 106.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 194 51 166 0 0.74 0.14 0.24 311.75 0.58 0.48
Hex C2 33 A6 0 4A E 18 138 3A 30
Octal 302 63 246 0 112 16 30 470 72 60
Binary 11000010 110011 10100110 0 1001010 1110 11000 100111000 111010 110000

Color Harmonies of #C233A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C233A6

Black with #C233A6

Text Example


Text Example

White with #C233A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C233A6; }

 p { color: rgb(194,51,166); }

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

background-color css

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

 a { background-color: rgb(194,51,166); }

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

border-color css

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

 span { border-color: rgb(194,51,166); }

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