Html Css Color HEX #C65FB4 Fuchsia

📋 copy color: '#C65FB4'

red 198 ◦ green 95 ◦ blue 180

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

Shades of Fuchsia #C65FB4

Tints of Fuchsia #C65FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

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

R = 41.86%
G = 20.08%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C65FB4 (or 0xC65FB4) is known color: Fuchsia. HEX triplet: C6, 5F and B4. RGB value is (198,95,180). Sum of RGB (Red+Green+Blue) = 198+95+180=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FB4 is #39A04B. Grayscale: #878787. Windows color (decimal): -3776588 or 11820998. OLE color: 11820998.

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

Color convert

RGB 198 95 180 -
CMYK 0 0.52 0.09 0.22
HSL 310.49º 0.47% 0.57% -
HSV(B) 310.49º 0.52% 0.78% -
XYZ 35.62 23.49 45.84 -
YUV 135.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 198 95 180 0 0.52 0.09 0.22 310.49 0.47 0.57
Hex C6 5F B4 0 34 9 16 136 2F 39
Octal 306 137 264 0 64 11 26 466 57 71
Binary 11000110 1011111 10110100 0 110100 1001 10110 100110110 101111 111001

Color Harmonies of #C65FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FB4

Black with #C65FB4

Text Example


Text Example

White with #C65FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FB4; }

 p { color: rgb(198,95,180); }

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

background-color css

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

 a { background-color: rgb(198,95,180); }

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

border-color css

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

 span { border-color: rgb(198,95,180); }

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