Html Css Color HEX #C968C8 Fuchsia

📋 copy color: '#C968C8'

red 201 ◦ green 104 ◦ blue 200

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

Shades of Fuchsia #C968C8

Tints of Fuchsia #C968C8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

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

R = 39.8%
G = 20.59%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C968C8 (or 0xC968C8) is known color: Fuchsia. HEX triplet: C9, 68 and C8. RGB value is (201,104,200). Sum of RGB (Red+Green+Blue) = 201+104+200=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C968C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968C8 is #369737. Grayscale: #8F8F8F. Windows color (decimal): -3577656 or 13134025. OLE color: 13134025.

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

Color convert

RGB 201 104 200 -
CMYK 0 0.48 0.00 0.21
HSL 300.62º 0.47% 0.6% -
HSV(B) 300.62º 0.48% 0.79% -
XYZ 39.46 26.49 57.68 -
YUV 143.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 201 104 200 0 0.48 0.00 0.21 300.62 0.47 0.6
Hex C9 68 C8 0 30 0 15 12D 2F 3C
Octal 311 150 310 0 60 0 25 455 57 74
Binary 11001001 1101000 11001000 0 110000 0 10101 100101101 101111 111100

Color Harmonies of #C968C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968C8

Black with #C968C8

Text Example


Text Example

White with #C968C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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