Html Css Color HEX #C65CBE Fuchsia

📋 copy color: '#C65CBE'

red 198 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #C65CBE

Tints of Fuchsia #C65CBE

RGB

 RED value IS 198 (77.73% from 255) = 41.25%

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 41.25%
G = 19.17%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C65CBE (or 0xC65CBE) is known color: Fuchsia. HEX triplet: C6, 5C and BE. RGB value is (198,92,190). Sum of RGB (Red+Green+Blue) = 198+92+190=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CBE is #39A341. Grayscale: #868686. Windows color (decimal): -3777346 or 12475590. OLE color: 12475590.

HSL color Cylindrical-coordinate representation of color #C65CBE: hue angle of 304.53º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CBE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 190 -
CMYK 0 0.54 0.04 0.22
HSL 304.53º 0.48% 0.57% -
HSV(B) 304.53º 0.54% 0.78% -
XYZ 36.41 23.38 51.31 -
YUV 134.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 198 92 190 0 0.54 0.04 0.22 304.53 0.48 0.57
Hex C6 5C BE 0 36 4 16 131 30 39
Octal 306 134 276 0 66 4 26 461 60 71
Binary 11000110 1011100 10111110 0 110110 100 10110 100110001 110000 111001

Color Harmonies of #C65CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CBE

Black with #C65CBE

Text Example


Text Example

White with #C65CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CBE; }

 p { color: rgb(198,92,190); }

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

background-color css

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

 a { background-color: rgb(198,92,190); }

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

border-color css

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

 span { border-color: rgb(198,92,190); }

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