Html Css Color HEX #C274C1 Fuchsia

📋 copy color: '#C274C1'

red 194 ◦ green 116 ◦ blue 193

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

Shades of Fuchsia #C274C1

Tints of Fuchsia #C274C1

RGB

 RED value IS 194 (76.17% from 255) = 38.57%

 GREEN value IS 116 (45.7% from 255) = 23.06%

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 38.57%
G = 23.06%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C274C1 (or 0xC274C1) is known color: Fuchsia. HEX triplet: C2, 74 and C1. RGB value is (194,116,193). Sum of RGB (Red+Green+Blue) = 194+116+193=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C274C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274C1 is #3D8B3E. Grayscale: #939393. Windows color (decimal): -4033343 or 12678338. OLE color: 12678338.

HSL color Cylindrical-coordinate representation of color #C274C1: hue angle of 300.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C274C1 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 193 -
CMYK 0 0.40 0.01 0.24
HSL 300.77º 0.39% 0.61% -
HSV(B) 300.77º 0.4% 0.76% -
XYZ 38.12 27.81 53.81 -
YUV 148.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 194 116 193 0 0.40 0.01 0.24 300.77 0.39 0.61
Hex C2 74 C1 0 28 1 18 12D 27 3D
Octal 302 164 301 0 50 1 30 455 47 75
Binary 11000010 1110100 11000001 0 101000 1 11000 100101101 100111 111101

Color Harmonies of #C274C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274C1

Black with #C274C1

Text Example


Text Example

White with #C274C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274C1; }

 p { color: rgb(194,116,193); }

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

background-color css

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

 a { background-color: rgb(194,116,193); }

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

border-color css

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

 span { border-color: rgb(194,116,193); }

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