Html Css Color HEX #C170C7 Fuchsia

📋 copy color: '#C170C7'

red 193 ◦ green 112 ◦ blue 199

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

Shades of Fuchsia #C170C7

Tints of Fuchsia #C170C7

RGB

 RED value IS 193 (75.78% from 255) = 38.29%

 GREEN value IS 112 (44.14% from 255) = 22.22%

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 38.29%
G = 22.22%
B = 39.48%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C170C7 (or 0xC170C7) is known color: Fuchsia. HEX triplet: C1, 70 and C7. RGB value is (193,112,199). Sum of RGB (Red+Green+Blue) = 193+112+199=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #C170C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170C7 is #3E8F38. Grayscale: #919191. Windows color (decimal): -4099897 or 13070529. OLE color: 13070529.

HSL color Cylindrical-coordinate representation of color #C170C7: hue angle of 295.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C170C7 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 112 199 -
CMYK 0.03 0.44 0 0.22
HSL 295.86º 0.44% 0.61% -
HSV(B) 295.86º 0.44% 0.78% -
XYZ 38.1 27.05 57.25 -
YUV 146.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 193 112 199 0.03 0.44 0 0.22 295.86 0.44 0.61
Hex C1 70 C7 3 2C 0 16 128 2C 3D
Octal 301 160 307 3 54 0 26 450 54 75
Binary 11000001 1110000 11000111 11 101100 0 10110 100101000 101100 111101

Color Harmonies of #C170C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170C7

Black with #C170C7

Text Example


Text Example

White with #C170C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170C7; }

 p { color: rgb(193,112,199); }

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

background-color css

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

 a { background-color: rgb(193,112,199); }

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

border-color css

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

 span { border-color: rgb(193,112,199); }

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