Html Css Color HEX #CF338F Deep Cerise

📋 copy color: '#CF338F'

red 207 ◦ green 51 ◦ blue 143

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

Shades of Deep Cerise #CF338F

Tints of Deep Cerise #CF338F

RGB

 RED value IS 207 (81.25% from 255) = 51.62%

 GREEN value IS 51 (20.31% from 255) = 12.72%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 51.62%
G = 12.72%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF338F (or 0xCF338F) is known color: Deep Cerise. HEX triplet: CF, 33 and 8F. RGB value is (207,51,143). Sum of RGB (Red+Green+Blue) = 207+51+143=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF338F is #30CC70. Grayscale: #6B6B6B. Windows color (decimal): -3198065 or 9384911. OLE color: 9384911.

HSL color Cylindrical-coordinate representation of color #CF338F: hue angle of 324.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF338F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 143 -
CMYK 0 0.75 0.31 0.19
HSL 324.62º 0.62% 0.51% -
HSV(B) 324.62º 0.75% 0.81% -
XYZ 31.87 17.62 27.71 -
YUV 108.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 207 51 143 0 0.75 0.31 0.19 324.62 0.62 0.51
Hex CF 33 8F 0 4B 1F 13 145 3E 33
Octal 317 63 217 0 113 37 23 505 76 63
Binary 11001111 110011 10001111 0 1001011 11111 10011 101000101 111110 110011

Color Harmonies of #CF338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF338F

Black with #CF338F

Text Example


Text Example

White with #CF338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF338F; }

 p { color: rgb(207,51,143); }

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

background-color css

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

 a { background-color: rgb(207,51,143); }

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

border-color css

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

 span { border-color: rgb(207,51,143); }

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