Html Css Color HEX #C3417B Royal Heath

📋 copy color: '#C3417B'

red 195 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #C3417B

Tints of Royal Heath #C3417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 50.91%
G = 16.97%
B = 32.11%

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

#C3417B (or 0xC3417B) is known color: Royal Heath. HEX triplet: C3, 41 and 7B. RGB value is (195,65,123). Sum of RGB (Red+Green+Blue) = 195+65+123=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3417B is #3CBE84. Grayscale: #6E6E6E. Windows color (decimal): -3980933 or 8077763. OLE color: 8077763.

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

Color convert

RGB 195 65 123 -
CMYK 0 0.67 0.37 0.24
HSL 333.23º 0.52% 0.51% -
HSV(B) 333.23º 0.67% 0.76% -
XYZ 27.97 16.81 20.51 -
YUV 110.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 195 65 123 0 0.67 0.37 0.24 333.23 0.52 0.51
Hex C3 41 7B 0 43 25 18 14D 34 33
Octal 303 101 173 0 103 45 30 515 64 63
Binary 11000011 1000001 1111011 0 1000011 100101 11000 101001101 110100 110011

Color Harmonies of #C3417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3417B

Black with #C3417B

Text Example


Text Example

White with #C3417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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