Html Css Color HEX #C067AF Fuchsia

📋 copy color: '#C067AF'

red 192 ◦ green 103 ◦ blue 175

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

Shades of Fuchsia #C067AF

Tints of Fuchsia #C067AF

RGB

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

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

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

R = 40.85%
G = 21.91%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C067AF (or 0xC067AF) is known color: Fuchsia. HEX triplet: C0, 67 and AF. RGB value is (192,103,175). Sum of RGB (Red+Green+Blue) = 192+103+175=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C067AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067AF is #3F9850. Grayscale: #898989. Windows color (decimal): -4167761 or 11495360. OLE color: 11495360.

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

Color convert

RGB 192 103 175 -
CMYK 0 0.46 0.09 0.25
HSL 311.46º 0.41% 0.58% -
HSV(B) 311.46º 0.46% 0.75% -
XYZ 34.33 24 43.38 -
YUV 137.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 192 103 175 0 0.46 0.09 0.25 311.46 0.41 0.58
Hex C0 67 AF 0 2E 9 19 137 29 3A
Octal 300 147 257 0 56 11 31 467 51 72
Binary 11000000 1100111 10101111 0 101110 1001 11001 100110111 101001 111010

Color Harmonies of #C067AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067AF

Black with #C067AF

Text Example


Text Example

White with #C067AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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