Html Css Color HEX #C34875 Royal Heath

📋 copy color: '#C34875'

red 195 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #C34875

Tints of Royal Heath #C34875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 50.78%
G = 18.75%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C34875 (or 0xC34875) is known color: Royal Heath. HEX triplet: C3, 48 and 75. RGB value is (195,72,117). Sum of RGB (Red+Green+Blue) = 195+72+117=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34875 is #3CB78A. Grayscale: #717171. Windows color (decimal): -3979147 or 7686339. OLE color: 7686339.

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

Color convert

RGB 195 72 117 -
CMYK 0 0.63 0.4 0.24
HSL 338.05º 0.51% 0.52% -
HSV(B) 338.05º 0.63% 0.76% -
XYZ 28.03 17.52 18.73 -
YUV 113.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 195 72 117 0 0.63 0.4 0.24 338.05 0.51 0.52
Hex C3 48 75 0 3F 28 18 152 33 34
Octal 303 110 165 0 77 50 30 522 63 64
Binary 11000011 1001000 1110101 0 111111 101000 11000 101010010 110011 110100

Color Harmonies of #C34875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34875

Black with #C34875

Text Example


Text Example

White with #C34875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34875; }

 p { color: rgb(195,72,117); }

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

background-color css

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

 a { background-color: rgb(195,72,117); }

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

border-color css

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

 span { border-color: rgb(195,72,117); }

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