Html Css Color HEX #C067B4 Fuchsia

📋 copy color: '#C067B4'

red 192 ◦ green 103 ◦ blue 180

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

Shades of Fuchsia #C067B4

Tints of Fuchsia #C067B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 40.42%
G = 21.68%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C067B4 (or 0xC067B4) is known color: Fuchsia. HEX triplet: C0, 67 and B4. RGB value is (192,103,180). Sum of RGB (Red+Green+Blue) = 192+103+180=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067B4 is #3F984B. Grayscale: #8A8A8A. Windows color (decimal): -4167756 or 11823040. OLE color: 11823040.

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

Color convert

RGB 192 103 180 -
CMYK 0 0.46 0.06 0.25
HSL 308.09º 0.41% 0.58% -
HSV(B) 308.09º 0.46% 0.75% -
XYZ 34.83 24.2 46.02 -
YUV 138.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 192 103 180 0 0.46 0.06 0.25 308.09 0.41 0.58
Hex C0 67 B4 0 2E 6 19 134 29 3A
Octal 300 147 264 0 56 6 31 464 51 72
Binary 11000000 1100111 10110100 0 101110 110 11001 100110100 101001 111010

Color Harmonies of #C067B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067B4

Black with #C067B4

Text Example


Text Example

White with #C067B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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