Html Css Color HEX #C067B7 Fuchsia

📋 copy color: '#C067B7'

red 192 ◦ green 103 ◦ blue 183

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

Shades of Fuchsia #C067B7

Tints of Fuchsia #C067B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 40.17%
G = 21.55%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C067B7 (or 0xC067B7) is known color: Fuchsia. HEX triplet: C0, 67 and B7. RGB value is (192,103,183). Sum of RGB (Red+Green+Blue) = 192+103+183=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067B7 is #3F9848. Grayscale: #8A8A8A. Windows color (decimal): -4167753 or 12019648. OLE color: 12019648.

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

Color convert

RGB 192 103 183 -
CMYK 0 0.46 0.05 0.25
HSL 306.07º 0.41% 0.58% -
HSV(B) 306.07º 0.46% 0.75% -
XYZ 35.14 24.33 47.64 -
YUV 138.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 192 103 183 0 0.46 0.05 0.25 306.07 0.41 0.58
Hex C0 67 B7 0 2E 5 19 132 29 3A
Octal 300 147 267 0 56 5 31 462 51 72
Binary 11000000 1100111 10110111 0 101110 101 11001 100110010 101001 111010

Color Harmonies of #C067B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067B7

Black with #C067B7

Text Example


Text Example

White with #C067B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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