Html Css Color HEX #C067B9 Fuchsia

📋 copy color: '#C067B9'

red 192 ◦ green 103 ◦ blue 185

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

Shades of Fuchsia #C067B9

Tints of Fuchsia #C067B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 40%
G = 21.46%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C067B9 (or 0xC067B9) is known color: Fuchsia. HEX triplet: C0, 67 and B9. RGB value is (192,103,185). Sum of RGB (Red+Green+Blue) = 192+103+185=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067B9 is #3F9846. Grayscale: #8A8A8A. Windows color (decimal): -4167751 or 12150720. OLE color: 12150720.

HSL color Cylindrical-coordinate representation of color #C067B9: hue angle of 304.72º 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 #C067B9 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 185 -
CMYK 0 0.46 0.04 0.25
HSL 304.72º 0.41% 0.58% -
HSV(B) 304.72º 0.46% 0.75% -
XYZ 35.35 24.41 48.75 -
YUV 138.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 192 103 185 0 0.46 0.04 0.25 304.72 0.41 0.58
Hex C0 67 B9 0 2E 4 19 131 29 3A
Octal 300 147 271 0 56 4 31 461 51 72
Binary 11000000 1100111 10111001 0 101110 100 11001 100110001 101001 111010

Color Harmonies of #C067B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067B9

Black with #C067B9

Text Example


Text Example

White with #C067B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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