Html Css Color HEX #C065B6 Fuchsia

📋 copy color: '#C065B6'

red 192 ◦ green 101 ◦ blue 182

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

Shades of Fuchsia #C065B6

Tints of Fuchsia #C065B6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.26%

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 40.42%
G = 21.26%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C065B6 (or 0xC065B6) is known color: Fuchsia. HEX triplet: C0, 65 and B6. RGB value is (192,101,182). Sum of RGB (Red+Green+Blue) = 192+101+182=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C065B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065B6 is #3F9A49. Grayscale: #898989. Windows color (decimal): -4168266 or 11953600. OLE color: 11953600.

HSL color Cylindrical-coordinate representation of color #C065B6: hue angle of 306.59º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065B6 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 182 -
CMYK 0 0.47 0.05 0.25
HSL 306.59º 0.42% 0.57% -
HSV(B) 306.59º 0.47% 0.75% -
XYZ 34.84 23.89 47.03 -
YUV 137.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 192 101 182 0 0.47 0.05 0.25 306.59 0.42 0.57
Hex C0 65 B6 0 2F 5 19 133 2A 39
Octal 300 145 266 0 57 5 31 463 52 71
Binary 11000000 1100101 10110110 0 101111 101 11001 100110011 101010 111001

Color Harmonies of #C065B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065B6

Black with #C065B6

Text Example


Text Example

White with #C065B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065B6; }

 p { color: rgb(192,101,182); }

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

background-color css

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

 a { background-color: rgb(192,101,182); }

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

border-color css

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

 span { border-color: rgb(192,101,182); }

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