Html Css Color HEX #C967C0 Fuchsia

📋 copy color: '#C967C0'

red 201 ◦ green 103 ◦ blue 192

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

Shades of Fuchsia #C967C0

Tints of Fuchsia #C967C0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.77%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 40.52%
G = 20.77%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C967C0 (or 0xC967C0) is known color: Fuchsia. HEX triplet: C9, 67 and C0. RGB value is (201,103,192). Sum of RGB (Red+Green+Blue) = 201+103+192=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C967C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967C0 is #36983F. Grayscale: #8E8E8E. Windows color (decimal): -3577920 or 12609481. OLE color: 12609481.

HSL color Cylindrical-coordinate representation of color #C967C0: hue angle of 305.51º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C967C0 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 103 192 -
CMYK 0 0.49 0.04 0.21
HSL 305.51º 0.48% 0.6% -
HSV(B) 305.51º 0.49% 0.79% -
XYZ 38.45 25.92 52.85 -
YUV 142.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 201 103 192 0 0.49 0.04 0.21 305.51 0.48 0.6
Hex C9 67 C0 0 31 4 15 132 30 3C
Octal 311 147 300 0 61 4 25 462 60 74
Binary 11001001 1100111 11000000 0 110001 100 10101 100110010 110000 111100

Color Harmonies of #C967C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967C0

Black with #C967C0

Text Example


Text Example

White with #C967C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967C0; }

 p { color: rgb(201,103,192); }

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

background-color css

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

 a { background-color: rgb(201,103,192); }

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

border-color css

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

 span { border-color: rgb(201,103,192); }

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