Html Css Color HEX #C33A6C Royal Heath

📋 copy color: '#C33A6C'

red 195 ◦ green 58 ◦ blue 108

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

Shades of Royal Heath #C33A6C

Tints of Royal Heath #C33A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 54.02%
G = 16.07%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C33A6C (or 0xC33A6C) is known color: Royal Heath. HEX triplet: C3, 3A and 6C. RGB value is (195,58,108). Sum of RGB (Red+Green+Blue) = 195+58+108=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A6C is #3CC593. Grayscale: #686868. Windows color (decimal): -3982740 or 7092931. OLE color: 7092931.

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

Color convert

RGB 195 58 108 -
CMYK 0 0.70 0.45 0.24
HSL 338.1º 0.54% 0.5% -
HSV(B) 338.1º 0.7% 0.76% -
XYZ 26.73 15.71 15.81 -
YUV 104.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 195 58 108 0 0.70 0.45 0.24 338.1 0.54 0.5
Hex C3 3A 6C 0 46 2D 18 152 36 32
Octal 303 72 154 0 106 55 30 522 66 62
Binary 11000011 111010 1101100 0 1000110 101101 11000 101010010 110110 110010

Color Harmonies of #C33A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A6C

Black with #C33A6C

Text Example


Text Example

White with #C33A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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