Html Css Color HEX #C34479 Royal Heath

📋 copy color: '#C34479'

red 195 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #C34479

Tints of Royal Heath #C34479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 50.78%
G = 17.71%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C34479 (or 0xC34479) is known color: Royal Heath. HEX triplet: C3, 44 and 79. RGB value is (195,68,121). Sum of RGB (Red+Green+Blue) = 195+68+121=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34479 is #3CBB86. Grayscale: #6F6F6F. Windows color (decimal): -3980167 or 7947459. OLE color: 7947459.

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

Color convert

RGB 195 68 121 -
CMYK 0 0.65 0.38 0.24
HSL 334.96º 0.51% 0.52% -
HSV(B) 334.96º 0.65% 0.76% -
XYZ 28.02 17.12 19.92 -
YUV 112.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 195 68 121 0 0.65 0.38 0.24 334.96 0.51 0.52
Hex C3 44 79 0 41 26 18 14F 33 34
Octal 303 104 171 0 101 46 30 517 63 64
Binary 11000011 1000100 1111001 0 1000001 100110 11000 101001111 110011 110100

Color Harmonies of #C34479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34479

Black with #C34479

Text Example


Text Example

White with #C34479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34479; }

 p { color: rgb(195,68,121); }

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

background-color css

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

 a { background-color: rgb(195,68,121); }

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

border-color css

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

 span { border-color: rgb(195,68,121); }

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