Html Css Color HEX #CC3CBB Fuchsia

📋 copy color: '#CC3CBB'

red 204 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #CC3CBB

Tints of Fuchsia #CC3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.3%

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

R = 45.23%
G = 13.3%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC3CBB (or 0xCC3CBB) is known color: Fuchsia. HEX triplet: CC, 3C and BB. RGB value is (204,60,187). Sum of RGB (Red+Green+Blue) = 204+60+187=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CBB is #33C344. Grayscale: #757575. Windows color (decimal): -3392325 or 12270796. OLE color: 12270796.

HSL color Cylindrical-coordinate representation of color #CC3CBB: hue angle of 307.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3CBB is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 60 187 -
CMYK 0 0.71 0.08 0.2
HSL 307.08º 0.59% 0.52% -
HSV(B) 307.08º 0.71% 0.8% -
XYZ 35.49 19.66 48.94 -
YUV 117.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 204 60 187 0 0.71 0.08 0.2 307.08 0.59 0.52
Hex CC 3C BB 0 47 8 14 133 3B 34
Octal 314 74 273 0 107 10 24 463 73 64
Binary 11001100 111100 10111011 0 1000111 1000 10100 100110011 111011 110100

Color Harmonies of #CC3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CBB

Black with #CC3CBB

Text Example


Text Example

White with #CC3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CBB; }

 p { color: rgb(204,60,187); }

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

background-color css

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

 a { background-color: rgb(204,60,187); }

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

border-color css

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

 span { border-color: rgb(204,60,187); }

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