Html Css Color HEX #C769CA Fuchsia

📋 copy color: '#C769CA'

red 199 ◦ green 105 ◦ blue 202

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

Shades of Fuchsia #C769CA

Tints of Fuchsia #C769CA

RGB

 RED value IS 199 (78.13% from 255) = 39.33%

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

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 39.33%
G = 20.75%
B = 39.92%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C769CA (or 0xC769CA) is known color: Fuchsia. HEX triplet: C7, 69 and CA. RGB value is (199,105,202). Sum of RGB (Red+Green+Blue) = 199+105+202=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C769CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CA is #389635. Grayscale: #8F8F8F. Windows color (decimal): -3708470 or 13265351. OLE color: 13265351.

HSL color Cylindrical-coordinate representation of color #C769CA: hue angle of 298.14º degrees, saturation: 0.48, 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 #C769CA is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 105 202 -
CMYK 0.01 0.48 0 0.21
HSL 298.14º 0.48% 0.6% -
HSV(B) 298.14º 0.48% 0.79% -
XYZ 39.27 26.51 58.92 -
YUV 144.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 199 105 202 0.01 0.48 0 0.21 298.14 0.48 0.6
Hex C7 69 CA 1 30 0 15 12A 30 3C
Octal 307 151 312 1 60 0 25 452 60 74
Binary 11000111 1101001 11001010 1 110000 0 10101 100101010 110000 111100

Color Harmonies of #C769CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769CA

Black with #C769CA

Text Example


Text Example

White with #C769CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769CA; }

 p { color: rgb(199,105,202); }

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

background-color css

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

 a { background-color: rgb(199,105,202); }

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

border-color css

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

 span { border-color: rgb(199,105,202); }

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