Html Css Color HEX #C067BA Fuchsia

📋 copy color: '#C067BA'

red 192 ◦ green 103 ◦ blue 186

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

Shades of Fuchsia #C067BA

Tints of Fuchsia #C067BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 39.92%
G = 21.41%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C067BA (or 0xC067BA) is known color: Fuchsia. HEX triplet: C0, 67 and BA. RGB value is (192,103,186). Sum of RGB (Red+Green+Blue) = 192+103+186=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C067BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067BA is #3F9845. Grayscale: #8A8A8A. Windows color (decimal): -4167750 or 12216256. OLE color: 12216256.

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

Color convert

RGB 192 103 186 -
CMYK 0 0.46 0.03 0.25
HSL 304.05º 0.41% 0.58% -
HSV(B) 304.05º 0.46% 0.75% -
XYZ 35.45 24.45 49.31 -
YUV 139.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 192 103 186 0 0.46 0.03 0.25 304.05 0.41 0.58
Hex C0 67 BA 0 2E 3 19 130 29 3A
Octal 300 147 272 0 56 3 31 460 51 72
Binary 11000000 1100111 10111010 0 101110 11 11001 100110000 101001 111010

Color Harmonies of #C067BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067BA

Black with #C067BA

Text Example


Text Example

White with #C067BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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