Html Css Color HEX #C3417A Royal Heath

📋 copy color: '#C3417A'

red 195 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #C3417A

Tints of Royal Heath #C3417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 51.05%
G = 17.02%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3417A (or 0xC3417A) is known color: Royal Heath. HEX triplet: C3, 41 and 7A. RGB value is (195,65,122). Sum of RGB (Red+Green+Blue) = 195+65+122=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3417A is #3CBE85. Grayscale: #6E6E6E. Windows color (decimal): -3980934 or 8012227. OLE color: 8012227.

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

Color convert

RGB 195 65 122 -
CMYK 0 0.67 0.37 0.24
HSL 333.69º 0.52% 0.51% -
HSV(B) 333.69º 0.67% 0.76% -
XYZ 27.91 16.79 20.18 -
YUV 110.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 195 65 122 0 0.67 0.37 0.24 333.69 0.52 0.51
Hex C3 41 7A 0 43 25 18 14E 34 33
Octal 303 101 172 0 103 45 30 516 64 63
Binary 11000011 1000001 1111010 0 1000011 100101 11000 101001110 110100 110011

Color Harmonies of #C3417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3417A

Black with #C3417A

Text Example


Text Example

White with #C3417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3417A; }

 p { color: rgb(195,65,122); }

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

background-color css

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

 a { background-color: rgb(195,65,122); }

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

border-color css

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

 span { border-color: rgb(195,65,122); }

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