Html Css Color HEX #C3447C Royal Heath

📋 copy color: '#C3447C'

red 195 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #C3447C

Tints of Royal Heath #C3447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 50.39%
G = 17.57%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3447C (or 0xC3447C) is known color: Royal Heath. HEX triplet: C3, 44 and 7C. RGB value is (195,68,124). Sum of RGB (Red+Green+Blue) = 195+68+124=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3447C is #3CBB83. Grayscale: #707070. Windows color (decimal): -3980164 or 8144067. OLE color: 8144067.

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

Color convert

RGB 195 68 124 -
CMYK 0 0.65 0.36 0.24
HSL 333.54º 0.51% 0.52% -
HSV(B) 333.54º 0.65% 0.76% -
XYZ 28.21 17.19 20.9 -
YUV 112.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 195 68 124 0 0.65 0.36 0.24 333.54 0.51 0.52
Hex C3 44 7C 0 41 24 18 14E 33 34
Octal 303 104 174 0 101 44 30 516 63 64
Binary 11000011 1000100 1111100 0 1000001 100100 11000 101001110 110011 110100

Color Harmonies of #C3447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3447C

Black with #C3447C

Text Example


Text Example

White with #C3447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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