Html Css Color HEX #C275B9 Fuchsia

📋 copy color: '#C275B9'

red 194 ◦ green 117 ◦ blue 185

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

Shades of Fuchsia #C275B9

Tints of Fuchsia #C275B9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.59%

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 39.11%
G = 23.59%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C275B9 (or 0xC275B9) is known color: Fuchsia. HEX triplet: C2, 75 and B9. RGB value is (194,117,185). Sum of RGB (Red+Green+Blue) = 194+117+185=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C275B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275B9 is #3D8A46. Grayscale: #939393. Windows color (decimal): -4033095 or 12154306. OLE color: 12154306.

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

Color convert

RGB 194 117 185 -
CMYK 0 0.40 0.05 0.24
HSL 307.01º 0.39% 0.61% -
HSV(B) 307.01º 0.4% 0.76% -
XYZ 37.37 27.69 49.28 -
YUV 147.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 194 117 185 0 0.40 0.05 0.24 307.01 0.39 0.61
Hex C2 75 B9 0 28 5 18 133 27 3D
Octal 302 165 271 0 50 5 30 463 47 75
Binary 11000010 1110101 10111001 0 101000 101 11000 100110011 100111 111101

Color Harmonies of #C275B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275B9

Black with #C275B9

Text Example


Text Example

White with #C275B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275B9; }

 p { color: rgb(194,117,185); }

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

background-color css

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

 a { background-color: rgb(194,117,185); }

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

border-color css

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

 span { border-color: rgb(194,117,185); }

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