Html Css Color HEX #C275BD Fuchsia

📋 copy color: '#C275BD'

red 194 ◦ green 117 ◦ blue 189

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

Shades of Fuchsia #C275BD

Tints of Fuchsia #C275BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 38.8%
G = 23.4%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C275BD (or 0xC275BD) is known color: Fuchsia. HEX triplet: C2, 75 and BD. RGB value is (194,117,189). Sum of RGB (Red+Green+Blue) = 194+117+189=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C275BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275BD is #3D8A42. Grayscale: #949494. Windows color (decimal): -4033091 or 12416450. OLE color: 12416450.

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

Color convert

RGB 194 117 189 -
CMYK 0 0.40 0.03 0.24
HSL 303.9º 0.39% 0.61% -
HSV(B) 303.9º 0.4% 0.76% -
XYZ 37.79 27.87 51.53 -
YUV 148.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 194 117 189 0 0.40 0.03 0.24 303.9 0.39 0.61
Hex C2 75 BD 0 28 3 18 130 27 3D
Octal 302 165 275 0 50 3 30 460 47 75
Binary 11000010 1110101 10111101 0 101000 11 11000 100110000 100111 111101

Color Harmonies of #C275BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275BD

Black with #C275BD

Text Example


Text Example

White with #C275BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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