Html Css Color HEX #C34078 Royal Heath

📋 copy color: '#C34078'

red 195 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #C34078

Tints of Royal Heath #C34078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

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

R = 51.45%
G = 16.89%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C34078 (or 0xC34078) is known color: Royal Heath. HEX triplet: C3, 40 and 78. RGB value is (195,64,120). Sum of RGB (Red+Green+Blue) = 195+64+120=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34078 is #3CBF87. Grayscale: #6D6D6D. Windows color (decimal): -3981192 or 7880899. OLE color: 7880899.

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

Color convert

RGB 195 64 120 -
CMYK 0 0.67 0.38 0.24
HSL 334.35º 0.52% 0.51% -
HSV(B) 334.35º 0.67% 0.76% -
XYZ 27.73 16.62 19.52 -
YUV 109.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 195 64 120 0 0.67 0.38 0.24 334.35 0.52 0.51
Hex C3 40 78 0 43 26 18 14E 34 33
Octal 303 100 170 0 103 46 30 516 64 63
Binary 11000011 1000000 1111000 0 1000011 100110 11000 101001110 110100 110011

Color Harmonies of #C34078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34078

Black with #C34078

Text Example


Text Example

White with #C34078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34078; }

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

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

background-color css

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

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

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

border-color css

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

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

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