Html Css Color HEX #C264B7 Fuchsia

📋 copy color: '#C264B7'

red 194 ◦ green 100 ◦ blue 183

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

Shades of Fuchsia #C264B7

Tints of Fuchsia #C264B7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.96%

 BLUE value IS 183 (71.88% from 255) = 38.36%

R = 40.67%
G = 20.96%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C264B7 (or 0xC264B7) is known color: Fuchsia. HEX triplet: C2, 64 and B7. RGB value is (194,100,183). Sum of RGB (Red+Green+Blue) = 194+100+183=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C264B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264B7 is #3D9B48. Grayscale: #898989. Windows color (decimal): -4037449 or 12018882. OLE color: 12018882.

HSL color Cylindrical-coordinate representation of color #C264B7: hue angle of 307.02º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C264B7 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 183 -
CMYK 0 0.48 0.06 0.24
HSL 307.02º 0.44% 0.58% -
HSV(B) 307.02º 0.48% 0.76% -
XYZ 35.35 24 47.57 -
YUV 137.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 194 100 183 0 0.48 0.06 0.24 307.02 0.44 0.58
Hex C2 64 B7 0 30 6 18 133 2C 3A
Octal 302 144 267 0 60 6 30 463 54 72
Binary 11000010 1100100 10110111 0 110000 110 11000 100110011 101100 111010

Color Harmonies of #C264B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264B7

Black with #C264B7

Text Example


Text Example

White with #C264B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264B7; }

 p { color: rgb(194,100,183); }

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

background-color css

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

 a { background-color: rgb(194,100,183); }

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

border-color css

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

 span { border-color: rgb(194,100,183); }

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