Html Css Color HEX #C34174 Royal Heath

📋 copy color: '#C34174'

red 195 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #C34174

Tints of Royal Heath #C34174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 51.86%
G = 17.29%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C34174 (or 0xC34174) is known color: Royal Heath. HEX triplet: C3, 41 and 74. RGB value is (195,65,116). Sum of RGB (Red+Green+Blue) = 195+65+116=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34174 is #3CBE8B. Grayscale: #6D6D6D. Windows color (decimal): -3980940 or 7619011. OLE color: 7619011.

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

Color convert

RGB 195 65 116 -
CMYK 0 0.67 0.41 0.24
HSL 336.46º 0.52% 0.51% -
HSV(B) 336.46º 0.67% 0.76% -
XYZ 27.55 16.64 18.28 -
YUV 109.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 195 65 116 0 0.67 0.41 0.24 336.46 0.52 0.51
Hex C3 41 74 0 43 29 18 150 34 33
Octal 303 101 164 0 103 51 30 520 64 63
Binary 11000011 1000001 1110100 0 1000011 101001 11000 101010000 110100 110011

Color Harmonies of #C34174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34174

Black with #C34174

Text Example


Text Example

White with #C34174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34174; }

 p { color: rgb(195,65,116); }

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

background-color css

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

 a { background-color: rgb(195,65,116); }

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

border-color css

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

 span { border-color: rgb(195,65,116); }

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