Html Css Color HEX #C33A71 Royal Heath

📋 copy color: '#C33A71'

red 195 ◦ green 58 ◦ blue 113

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

Shades of Royal Heath #C33A71

Tints of Royal Heath #C33A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 53.28%
G = 15.85%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33A71 (or 0xC33A71) is known color: Royal Heath. HEX triplet: C3, 3A and 71. RGB value is (195,58,113). Sum of RGB (Red+Green+Blue) = 195+58+113=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A71 is #3CC58E. Grayscale: #696969. Windows color (decimal): -3982735 or 7420611. OLE color: 7420611.

HSL color Cylindrical-coordinate representation of color #C33A71: hue angle of 335.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A71 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 113 -
CMYK 0 0.70 0.42 0.24
HSL 335.91º 0.54% 0.5% -
HSV(B) 335.91º 0.7% 0.76% -
XYZ 27 15.82 17.25 -
YUV 105.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 195 58 113 0 0.70 0.42 0.24 335.91 0.54 0.5
Hex C3 3A 71 0 46 2A 18 150 36 32
Octal 303 72 161 0 106 52 30 520 66 62
Binary 11000011 111010 1110001 0 1000110 101010 11000 101010000 110110 110010

Color Harmonies of #C33A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A71

Black with #C33A71

Text Example


Text Example

White with #C33A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A71; }

 p { color: rgb(195,58,113); }

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

background-color css

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

 a { background-color: rgb(195,58,113); }

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

border-color css

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

 span { border-color: rgb(195,58,113); }

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