Html Css Color HEX #C33671 Royal Heath

📋 copy color: '#C33671'

red 195 ◦ green 54 ◦ blue 113

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

Shades of Royal Heath #C33671

Tints of Royal Heath #C33671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.92%

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

R = 53.87%
G = 14.92%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33671 (or 0xC33671) is known color: Royal Heath. HEX triplet: C3, 36 and 71. RGB value is (195,54,113). Sum of RGB (Red+Green+Blue) = 195+54+113=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C33671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33671 is #3CC98E. Grayscale: #666666. Windows color (decimal): -3983759 or 7419587. OLE color: 7419587.

HSL color Cylindrical-coordinate representation of color #C33671: hue angle of 334.89º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33671 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 113 -
CMYK 0 0.72 0.42 0.24
HSL 334.89º 0.57% 0.49% -
HSV(B) 334.89º 0.72% 0.76% -
XYZ 26.81 15.43 17.19 -
YUV 102.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 195 54 113 0 0.72 0.42 0.24 334.89 0.57 0.49
Hex C3 36 71 0 48 2A 18 14F 39 31
Octal 303 66 161 0 110 52 30 517 71 61
Binary 11000011 110110 1110001 0 1001000 101010 11000 101001111 111001 110001

Color Harmonies of #C33671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33671

Black with #C33671

Text Example


Text Example

White with #C33671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33671; }

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

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

background-color css

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

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

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

border-color css

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

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

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