Html Css Color HEX #C069AF Fuchsia

📋 copy color: '#C069AF'

red 192 ◦ green 105 ◦ blue 175

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

Shades of Fuchsia #C069AF

Tints of Fuchsia #C069AF

RGB

 RED value IS 192 (75.39% from 255) = 40.68%

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 40.68%
G = 22.25%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C069AF (or 0xC069AF) is known color: Fuchsia. HEX triplet: C0, 69 and AF. RGB value is (192,105,175). Sum of RGB (Red+Green+Blue) = 192+105+175=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C069AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069AF is #3F9650. Grayscale: #8A8A8A. Windows color (decimal): -4167249 or 11495872. OLE color: 11495872.

HSL color Cylindrical-coordinate representation of color #C069AF: hue angle of 311.72º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069AF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 175 -
CMYK 0 0.45 0.09 0.25
HSL 311.72º 0.41% 0.58% -
HSV(B) 311.72º 0.45% 0.75% -
XYZ 34.53 24.4 43.45 -
YUV 138.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 192 105 175 0 0.45 0.09 0.25 311.72 0.41 0.58
Hex C0 69 AF 0 2D 9 19 138 29 3A
Octal 300 151 257 0 55 11 31 470 51 72
Binary 11000000 1101001 10101111 0 101101 1001 11001 100111000 101001 111010

Color Harmonies of #C069AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069AF

Black with #C069AF

Text Example


Text Example

White with #C069AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069AF; }

 p { color: rgb(192,105,175); }

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

background-color css

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

 a { background-color: rgb(192,105,175); }

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

border-color css

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

 span { border-color: rgb(192,105,175); }

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