Html Css Color HEX #C33098 Medium Red Violet

📋 copy color: '#C33098'

red 195 ◦ green 48 ◦ blue 152

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

Shades of Medium Red Violet #C33098

Tints of Medium Red Violet #C33098

RGB

 RED value IS 195 (76.56% from 255) = 49.37%

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

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 49.37%
G = 12.15%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C33098 (or 0xC33098) is known color: Medium Red Violet. HEX triplet: C3, 30 and 98. RGB value is (195,48,152). Sum of RGB (Red+Green+Blue) = 195+48+152=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C33098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33098 is #3CCF67. Grayscale: #676767. Windows color (decimal): -3985256 or 9973955. OLE color: 9973955.

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

Color convert

RGB 195 48 152 -
CMYK 0 0.75 0.22 0.24
HSL 317.55º 0.6% 0.48% -
HSV(B) 317.55º 0.75% 0.76% -
XYZ 29.23 15.98 31.25 -
YUV 103.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 195 48 152 0 0.75 0.22 0.24 317.55 0.6 0.48
Hex C3 30 98 0 4B 16 18 13E 3C 30
Octal 303 60 230 0 113 26 30 476 74 60
Binary 11000011 110000 10011000 0 1001011 10110 11000 100111110 111100 110000

Color Harmonies of #C33098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33098

Black with #C33098

Text Example


Text Example

White with #C33098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33098; }

 p { color: rgb(195,48,152); }

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

background-color css

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

 a { background-color: rgb(195,48,152); }

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

border-color css

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

 span { border-color: rgb(195,48,152); }

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