Html Css Color HEX #C34371 Royal Heath

📋 copy color: '#C34371'

red 195 ◦ green 67 ◦ blue 113

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

Shades of Royal Heath #C34371

Tints of Royal Heath #C34371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

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

R = 52%
G = 17.87%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C34371 (or 0xC34371) is known color: Royal Heath. HEX triplet: C3, 43 and 71. RGB value is (195,67,113). Sum of RGB (Red+Green+Blue) = 195+67+113=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34371 is #3CBC8E. Grayscale: #6E6E6E. Windows color (decimal): -3980431 or 7422915. OLE color: 7422915.

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

Color convert

RGB 195 67 113 -
CMYK 0 0.66 0.42 0.24
HSL 338.44º 0.52% 0.51% -
HSV(B) 338.44º 0.66% 0.76% -
XYZ 27.49 16.81 17.42 -
YUV 110.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 195 67 113 0 0.66 0.42 0.24 338.44 0.52 0.51
Hex C3 43 71 0 42 2A 18 152 34 33
Octal 303 103 161 0 102 52 30 522 64 63
Binary 11000011 1000011 1110001 0 1000010 101010 11000 101010010 110100 110011

Color Harmonies of #C34371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34371

Black with #C34371

Text Example


Text Example

White with #C34371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34371; }

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

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

background-color css

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

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

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

border-color css

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

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

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