Html Css Color HEX #C34478 Royal Heath

📋 copy color: '#C34478'

red 195 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #C34478

Tints of Royal Heath #C34478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 50.91%
G = 17.75%
B = 31.33%

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

#C34478 (or 0xC34478) is known color: Royal Heath. HEX triplet: C3, 44 and 78. RGB value is (195,68,120). Sum of RGB (Red+Green+Blue) = 195+68+120=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34478 is #3CBB87. Grayscale: #6F6F6F. Windows color (decimal): -3980168 or 7881923. OLE color: 7881923.

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

Color convert

RGB 195 68 120 -
CMYK 0 0.65 0.38 0.24
HSL 335.43º 0.51% 0.52% -
HSV(B) 335.43º 0.65% 0.76% -
XYZ 27.96 17.09 19.59 -
YUV 111.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 195 68 120 0 0.65 0.38 0.24 335.43 0.51 0.52
Hex C3 44 78 0 41 26 18 14F 33 34
Octal 303 104 170 0 101 46 30 517 63 64
Binary 11000011 1000100 1111000 0 1000001 100110 11000 101001111 110011 110100

Color Harmonies of #C34478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34478

Black with #C34478

Text Example


Text Example

White with #C34478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34478; }

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

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

background-color css

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

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

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

border-color css

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

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

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