Html Css Color HEX #CC65BA Fuchsia

📋 copy color: '#CC65BA'

red 204 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #CC65BA

Tints of Fuchsia #CC65BA

RGB

 RED value IS 204 (80.08% from 255) = 41.55%

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 41.55%
G = 20.57%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC65BA (or 0xCC65BA) is known color: Fuchsia. HEX triplet: CC, 65 and BA. RGB value is (204,101,186). Sum of RGB (Red+Green+Blue) = 204+101+186=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65BA is #339A45. Grayscale: #8D8D8D. Windows color (decimal): -3381830 or 12215756. OLE color: 12215756.

HSL color Cylindrical-coordinate representation of color #CC65BA: hue angle of 310.49º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC65BA is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 101 186 -
CMYK 0 0.50 0.09 0.2
HSL 310.49º 0.5% 0.6% -
HSV(B) 310.49º 0.5% 0.8% -
XYZ 38.42 25.69 49.39 -
YUV 141.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 204 101 186 0 0.50 0.09 0.2 310.49 0.5 0.6
Hex CC 65 BA 0 32 9 14 136 32 3C
Octal 314 145 272 0 62 11 24 466 62 74
Binary 11001100 1100101 10111010 0 110010 1001 10100 100110110 110010 111100

Color Harmonies of #CC65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65BA

Black with #CC65BA

Text Example


Text Example

White with #CC65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65BA; }

 p { color: rgb(204,101,186); }

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

background-color css

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

 a { background-color: rgb(204,101,186); }

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

border-color css

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

 span { border-color: rgb(204,101,186); }

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