Html Css Color HEX #C869C1 Fuchsia

📋 copy color: '#C869C1'

red 200 ◦ green 105 ◦ blue 193

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

Shades of Fuchsia #C869C1

Tints of Fuchsia #C869C1

RGB

 RED value IS 200 (78.52% from 255) = 40.16%

 GREEN value IS 105 (41.41% from 255) = 21.08%

 BLUE value IS 193 (75.78% from 255) = 38.76%

R = 40.16%
G = 21.08%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C869C1 (or 0xC869C1) is known color: Fuchsia. HEX triplet: C8, 69 and C1. RGB value is (200,105,193). Sum of RGB (Red+Green+Blue) = 200+105+193=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C869C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C1 is #37963E. Grayscale: #8F8F8F. Windows color (decimal): -3642943 or 12675528. OLE color: 12675528.

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

Color convert

RGB 200 105 193 -
CMYK 0 0.48 0.04 0.22
HSL 304.42º 0.46% 0.6% -
HSV(B) 304.42º 0.48% 0.78% -
XYZ 38.5 26.23 53.49 -
YUV 143.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 200 105 193 0 0.48 0.04 0.22 304.42 0.46 0.6
Hex C8 69 C1 0 30 4 16 130 2E 3C
Octal 310 151 301 0 60 4 26 460 56 74
Binary 11001000 1101001 11000001 0 110000 100 10110 100110000 101110 111100

Color Harmonies of #C869C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869C1

Black with #C869C1

Text Example


Text Example

White with #C869C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869C1; }

 p { color: rgb(200,105,193); }

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

background-color css

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

 a { background-color: rgb(200,105,193); }

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

border-color css

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

 span { border-color: rgb(200,105,193); }

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