Html Css Color HEX #C33A6F Royal Heath

📋 copy color: '#C33A6F'

red 195 ◦ green 58 ◦ blue 111

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

Shades of Royal Heath #C33A6F

Tints of Royal Heath #C33A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 53.57%
G = 15.93%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C33A6F (or 0xC33A6F) is known color: Royal Heath. HEX triplet: C3, 3A and 6F. RGB value is (195,58,111). Sum of RGB (Red+Green+Blue) = 195+58+111=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A6F is #3CC590. Grayscale: #686868. Windows color (decimal): -3982737 or 7289539. OLE color: 7289539.

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

Color convert

RGB 195 58 111 -
CMYK 0 0.70 0.43 0.24
HSL 336.79º 0.54% 0.5% -
HSV(B) 336.79º 0.7% 0.76% -
XYZ 26.89 15.78 16.67 -
YUV 105.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 195 58 111 0 0.70 0.43 0.24 336.79 0.54 0.5
Hex C3 3A 6F 0 46 2B 18 151 36 32
Octal 303 72 157 0 106 53 30 521 66 62
Binary 11000011 111010 1101111 0 1000110 101011 11000 101010001 110110 110010

Color Harmonies of #C33A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A6F

Black with #C33A6F

Text Example


Text Example

White with #C33A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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