Html Css Color HEX #C233AA Medium Red Violet

📋 copy color: '#C233AA'

red 194 ◦ green 51 ◦ blue 170

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

Shades of Medium Red Violet #C233AA

Tints of Medium Red Violet #C233AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 46.75%
G = 12.29%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C233AA (or 0xC233AA) is known color: Medium Red Violet. HEX triplet: C2, 33 and AA. RGB value is (194,51,170). Sum of RGB (Red+Green+Blue) = 194+51+170=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C233AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C233AA is #3DCC55. Grayscale: #6A6A6A. Windows color (decimal): -4050006 or 11154370. OLE color: 11154370.

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

Color convert

RGB 194 51 170 -
CMYK 0 0.74 0.12 0.24
HSL 310.07º 0.58% 0.48% -
HSV(B) 310.07º 0.74% 0.76% -
XYZ 30.69 16.74 39.64 -
YUV 107.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 194 51 170 0 0.74 0.12 0.24 310.07 0.58 0.48
Hex C2 33 AA 0 4A C 18 136 3A 30
Octal 302 63 252 0 112 14 30 466 72 60
Binary 11000010 110011 10101010 0 1001010 1100 11000 100110110 111010 110000

Color Harmonies of #C233AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C233AA

Black with #C233AA

Text Example


Text Example

White with #C233AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C233AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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