Html Css Color HEX #CB38CB Fuchsia

📋 copy color: '#CB38CB'

red 203 ◦ green 56 ◦ blue 203

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

Shades of Fuchsia #CB38CB

Tints of Fuchsia #CB38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.12%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 43.94%
G = 12.12%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB38CB (or 0xCB38CB) is known color: Fuchsia. HEX triplet: CB, 38 and CB. RGB value is (203,56,203). Sum of RGB (Red+Green+Blue) = 203+56+203=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38CB is #34C734. Grayscale: #747474. Windows color (decimal): -3458869 or 13318347. OLE color: 13318347.

HSL color Cylindrical-coordinate representation of color #CB38CB: hue angle of 300º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB38CB is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 203 -
CMYK 0 0.72 0 0.20
HSL 300º 0.59% 0.51% -
HSV(B) 300º 0.72% 0.8% -
XYZ 36.82 19.84 58.39 -
YUV 116.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 203 56 203 0 0.72 0 0.20 300 0.59 0.51
Hex CB 38 CB 0 48 0 14 12C 3B 33
Octal 313 70 313 0 110 0 24 454 73 63
Binary 11001011 111000 11001011 0 1001000 0 10100 100101100 111011 110011

Color Harmonies of #CB38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38CB

Black with #CB38CB

Text Example


Text Example

White with #CB38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38CB; }

 p { color: rgb(203,56,203); }

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

background-color css

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

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

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

border-color css

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

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

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