Html Css Color HEX #CB3CCC Fuchsia

📋 copy color: '#CB3CCC'

red 203 ◦ green 60 ◦ blue 204

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

Shades of Fuchsia #CB3CCC

Tints of Fuchsia #CB3CCC

RGB

 RED value IS 203 (79.69% from 255) = 43.47%

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 43.47%
G = 12.85%
B = 43.68%

CMYK

 C value IS 0.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB3CCC (or 0xCB3CCC) is known color: Fuchsia. HEX triplet: CB, 3C and CC. RGB value is (203,60,204). Sum of RGB (Red+Green+Blue) = 203+60+204=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CCC is #34C333. Grayscale: #767676. Windows color (decimal): -3457844 or 13384907. OLE color: 13384907.

HSL color Cylindrical-coordinate representation of color #CB3CCC: hue angle of 299.58º 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 #CB3CCC is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 60 204 -
CMYK 0.00 0.71 0 0.2
HSL 299.58º 0.59% 0.52% -
HSV(B) 299.58º 0.71% 0.8% -
XYZ 37.14 20.29 59.09 -
YUV 119.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 203 60 204 0.00 0.71 0 0.2 299.58 0.59 0.52
Hex CB 3C CC 0 47 0 14 12C 3B 34
Octal 313 74 314 0 107 0 24 454 73 64
Binary 11001011 111100 11001100 0 1000111 0 10100 100101100 111011 110100

Color Harmonies of #CB3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3CCC

Black with #CB3CCC

Text Example


Text Example

White with #CB3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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