Html Css Color HEX #C067BB Fuchsia

📋 copy color: '#C067BB'

red 192 ◦ green 103 ◦ blue 187

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

Shades of Fuchsia #C067BB

Tints of Fuchsia #C067BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 39.83%
G = 21.37%
B = 38.8%

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

#C067BB (or 0xC067BB) is known color: Fuchsia. HEX triplet: C0, 67 and BB. RGB value is (192,103,187). Sum of RGB (Red+Green+Blue) = 192+103+187=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C067BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067BB is #3F9844. Grayscale: #8A8A8A. Windows color (decimal): -4167749 or 12281792. OLE color: 12281792.

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

Color convert

RGB 192 103 187 -
CMYK 0 0.46 0.03 0.25
HSL 303.37º 0.41% 0.58% -
HSV(B) 303.37º 0.46% 0.75% -
XYZ 35.56 24.49 49.87 -
YUV 139.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 192 103 187 0 0.46 0.03 0.25 303.37 0.41 0.58
Hex C0 67 BB 0 2E 3 19 12F 29 3A
Octal 300 147 273 0 56 3 31 457 51 72
Binary 11000000 1100111 10111011 0 101110 11 11001 100101111 101001 111010

Color Harmonies of #C067BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067BB

Black with #C067BB

Text Example


Text Example

White with #C067BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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