Html Css Color HEX #C065BB Fuchsia

📋 copy color: '#C065BB'

red 192 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #C065BB

Tints of Fuchsia #C065BB

RGB

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

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

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

R = 40%
G = 21.04%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C065BB (or 0xC065BB) is known color: Fuchsia. HEX triplet: C0, 65 and BB. RGB value is (192,101,187). Sum of RGB (Red+Green+Blue) = 192+101+187=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C065BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065BB is #3F9A44. Grayscale: #898989. Windows color (decimal): -4168261 or 12281280. OLE color: 12281280.

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

Color convert

RGB 192 101 187 -
CMYK 0 0.47 0.03 0.25
HSL 303.3º 0.42% 0.57% -
HSV(B) 303.3º 0.47% 0.75% -
XYZ 35.36 24.1 49.8 -
YUV 138.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 192 101 187 0 0.47 0.03 0.25 303.3 0.42 0.57
Hex C0 65 BB 0 2F 3 19 12F 2A 39
Octal 300 145 273 0 57 3 31 457 52 71
Binary 11000000 1100101 10111011 0 101111 11 11001 100101111 101010 111001

Color Harmonies of #C065BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065BB

Black with #C065BB

Text Example


Text Example

White with #C065BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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