Html Css Color HEX #C965C8 Fuchsia

📋 copy color: '#C965C8'

red 201 ◦ green 101 ◦ blue 200

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

Shades of Fuchsia #C965C8

Tints of Fuchsia #C965C8

RGB

 RED value IS 201 (78.91% from 255) = 40.04%

 GREEN value IS 101 (39.84% from 255) = 20.12%

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 40.04%
G = 20.12%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C965C8 (or 0xC965C8) is known color: Fuchsia. HEX triplet: C9, 65 and C8. RGB value is (201,101,200). Sum of RGB (Red+Green+Blue) = 201+101+200=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C965C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965C8 is #369A37. Grayscale: #8D8D8D. Windows color (decimal): -3578424 or 13133257. OLE color: 13133257.

HSL color Cylindrical-coordinate representation of color #C965C8: hue angle of 300.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965C8 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 200 -
CMYK 0 0.50 0.00 0.21
HSL 300.6º 0.48% 0.59% -
HSV(B) 300.6º 0.5% 0.79% -
XYZ 39.17 25.9 57.58 -
YUV 142.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 201 101 200 0 0.50 0.00 0.21 300.6 0.48 0.59
Hex C9 65 C8 0 32 0 15 12D 30 3B
Octal 311 145 310 0 62 0 25 455 60 73
Binary 11001001 1100101 11001000 0 110010 0 10101 100101101 110000 111011

Color Harmonies of #C965C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965C8

Black with #C965C8

Text Example


Text Example

White with #C965C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965C8; }

 p { color: rgb(201,101,200); }

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

background-color css

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

 a { background-color: rgb(201,101,200); }

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

border-color css

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

 span { border-color: rgb(201,101,200); }

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