Html Css Color HEX #C33A75 Royal Heath

📋 copy color: '#C33A75'

red 195 ◦ green 58 ◦ blue 117

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

Shades of Royal Heath #C33A75

Tints of Royal Heath #C33A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 52.7%
G = 15.68%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C33A75 (or 0xC33A75) is known color: Royal Heath. HEX triplet: C3, 3A and 75. RGB value is (195,58,117). Sum of RGB (Red+Green+Blue) = 195+58+117=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A75 is #3CC58A. Grayscale: #696969. Windows color (decimal): -3982731 or 7682755. OLE color: 7682755.

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

Color convert

RGB 195 58 117 -
CMYK 0 0.70 0.4 0.24
HSL 334.16º 0.54% 0.5% -
HSV(B) 334.16º 0.7% 0.76% -
XYZ 27.23 15.91 18.47 -
YUV 105.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 195 58 117 0 0.70 0.4 0.24 334.16 0.54 0.5
Hex C3 3A 75 0 46 28 18 14E 36 32
Octal 303 72 165 0 106 50 30 516 66 62
Binary 11000011 111010 1110101 0 1000110 101000 11000 101001110 110110 110010

Color Harmonies of #C33A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A75

Black with #C33A75

Text Example


Text Example

White with #C33A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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