Html Css Color HEX #C34071 Royal Heath

📋 copy color: '#C34071'

red 195 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #C34071

Tints of Royal Heath #C34071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 52.42%
G = 17.2%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C34071 (or 0xC34071) is known color: Royal Heath. HEX triplet: C3, 40 and 71. RGB value is (195,64,113). Sum of RGB (Red+Green+Blue) = 195+64+113=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C34071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34071 is #3CBF8E. Grayscale: #6C6C6C. Windows color (decimal): -3981199 or 7422147. OLE color: 7422147.

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

Color convert

RGB 195 64 113 -
CMYK 0 0.67 0.42 0.24
HSL 337.56º 0.52% 0.51% -
HSV(B) 337.56º 0.67% 0.76% -
XYZ 27.32 16.46 17.36 -
YUV 108.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 195 64 113 0 0.67 0.42 0.24 337.56 0.52 0.51
Hex C3 40 71 0 43 2A 18 152 34 33
Octal 303 100 161 0 103 52 30 522 64 63
Binary 11000011 1000000 1110001 0 1000011 101010 11000 101010010 110100 110011

Color Harmonies of #C34071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34071

Black with #C34071

Text Example


Text Example

White with #C34071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34071; }

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

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

background-color css

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

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

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

border-color css

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

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

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