Html Css Color HEX #C33F73 Royal Heath

📋 copy color: '#C33F73'

red 195 ◦ green 63 ◦ blue 115

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

Shades of Royal Heath #C33F73

Tints of Royal Heath #C33F73

RGB

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

 GREEN value IS 63 (25% from 255) = 16.89%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 52.28%
G = 16.89%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C33F73 (or 0xC33F73) is known color: Royal Heath. HEX triplet: C3, 3F and 73. RGB value is (195,63,115). Sum of RGB (Red+Green+Blue) = 195+63+115=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F73 is #3CC08C. Grayscale: #6C6C6C. Windows color (decimal): -3981453 or 7552963. OLE color: 7552963.

HSL color Cylindrical-coordinate representation of color #C33F73: hue angle of 336.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F73 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 115 -
CMYK 0 0.68 0.41 0.24
HSL 336.36º 0.52% 0.51% -
HSV(B) 336.36º 0.68% 0.76% -
XYZ 27.38 16.39 17.94 -
YUV 108.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 195 63 115 0 0.68 0.41 0.24 336.36 0.52 0.51
Hex C3 3F 73 0 44 29 18 150 34 33
Octal 303 77 163 0 104 51 30 520 64 63
Binary 11000011 111111 1110011 0 1000100 101001 11000 101010000 110100 110011

Color Harmonies of #C33F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F73

Black with #C33F73

Text Example


Text Example

White with #C33F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F73; }

 p { color: rgb(195,63,115); }

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

background-color css

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

 a { background-color: rgb(195,63,115); }

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

border-color css

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

 span { border-color: rgb(195,63,115); }

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