Html Css Color HEX #C33772 Royal Heath

📋 copy color: '#C33772'

red 195 ◦ green 55 ◦ blue 114

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

Shades of Royal Heath #C33772

Tints of Royal Heath #C33772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 53.57%
G = 15.11%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33772 (or 0xC33772) is known color: Royal Heath. HEX triplet: C3, 37 and 72. RGB value is (195,55,114). Sum of RGB (Red+Green+Blue) = 195+55+114=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C33772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33772 is #3CC88D. Grayscale: #676767. Windows color (decimal): -3983502 or 7485379. OLE color: 7485379.

HSL color Cylindrical-coordinate representation of color #C33772: hue angle of 334.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33772 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 114 -
CMYK 0 0.72 0.42 0.24
HSL 334.71º 0.56% 0.49% -
HSV(B) 334.71º 0.72% 0.76% -
XYZ 26.91 15.55 17.5 -
YUV 103.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 195 55 114 0 0.72 0.42 0.24 334.71 0.56 0.49
Hex C3 37 72 0 48 2A 18 14F 38 31
Octal 303 67 162 0 110 52 30 517 70 61
Binary 11000011 110111 1110010 0 1001000 101010 11000 101001111 111000 110001

Color Harmonies of #C33772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33772

Black with #C33772

Text Example


Text Example

White with #C33772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33772; }

 p { color: rgb(195,55,114); }

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

background-color css

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

 a { background-color: rgb(195,55,114); }

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

border-color css

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

 span { border-color: rgb(195,55,114); }

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