Html Css Color HEX #C34271 Royal Heath

📋 copy color: '#C34271'

red 195 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #C34271

Tints of Royal Heath #C34271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 52.14%
G = 17.65%
B = 30.21%

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

#C34271 (or 0xC34271) is known color: Royal Heath. HEX triplet: C3, 42 and 71. RGB value is (195,66,113). Sum of RGB (Red+Green+Blue) = 195+66+113=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C34271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34271 is #3CBD8E. Grayscale: #6D6D6D. Windows color (decimal): -3980687 or 7422659. OLE color: 7422659.

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

Color convert

RGB 195 66 113 -
CMYK 0 0.66 0.42 0.24
HSL 338.14º 0.52% 0.51% -
HSV(B) 338.14º 0.66% 0.76% -
XYZ 27.43 16.69 17.4 -
YUV 109.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 195 66 113 0 0.66 0.42 0.24 338.14 0.52 0.51
Hex C3 42 71 0 42 2A 18 152 34 33
Octal 303 102 161 0 102 52 30 522 64 63
Binary 11000011 1000010 1110001 0 1000010 101010 11000 101010010 110100 110011

Color Harmonies of #C34271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34271

Black with #C34271

Text Example


Text Example

White with #C34271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34271; }

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

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

background-color css

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

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

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

border-color css

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

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

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